Removed requirements.txt in favor of Pipenv

This commit is contained in:
richard-dds
2018-06-04 15:55:28 -04:00
parent 123d6ef3aa
commit 42624b9eb8
7 changed files with 139 additions and 21 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tornado = "==5.0.2"
webassets = "==0.12.1"
Unipath = "==1.1"
[dev-packages]
pytest = "==3.6.0"
pytest-tornado = "==0.5.0"
[requires]
python_version = "3.6"