mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
migrate to pipfile
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[[source]]
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[packages]
|
||||
gunicorn = "*"
|
||||
Flask = "*"
|
||||
decorator = "*"
|
||||
@@ -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 +0,0 @@
|
||||
python-2.7.13
|
||||
Reference in New Issue
Block a user