migrate to pipfile

This commit is contained in:
2017-03-16 16:35:24 -04:00
parent 41e25c5d66
commit 5eb1817282
3 changed files with 8 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
gunicorn = "*"
Flask = "*"
decorator = "*"
-10
View File
@@ -1,10 +0,0 @@
decorator==3.4.0
Flask==0.10.1
gevent==1.0.2
greenlet==0.4.2
gunicorn==19.2
itsdangerous==0.24
Jinja2==2.7.2
MarkupSafe==0.23
six==1.6.1
Werkzeug==0.9.4
-1
View File
@@ -1 +0,0 @@
python-2.7.13