This commit is contained in:
2019-02-16 08:33:52 -05:00
parent 6970cb9b1a
commit 94d3ca2944
5 changed files with 39 additions and 3 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
webmail-domains = {editable = true,path = "."}
[requires]
python_version = "3.7"