-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
50 lines (45 loc) · 1 KB
/
Pipfile
File metadata and controls
50 lines (45 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "==6.6"
configparser = "==3.5.0"
"enum34" = "==1.1.6"
"flake8" = "==3.0.4"
Flask = "==0.11.1"
"Flask-GraphQL" = "==1.3.0"
"Flask-Restless" = "==0.17.0"
"Flask-SQLAlchemy" = "==2.1"
futures = "==3.0.5"
graphene = "==1.0.2"
"graphene-sqlalchemy" = "==1.0"
"graphql-core" = "==1.0"
"graphql-relay" = "==0.4.4"
greenlet = "==0.4.10"
gunicorn = "==19.6.0"
itsdangerous = "==0.24"
"Jinja2" = "==2.8"
MarkupSafe = "==0.23"
mccabe = "==0.5.2"
mimerender = "==0.6.0"
"msgpack-python" = "==0.4.8"
neovim = "==0.1.10"
pbr = "==1.10.0"
promise = "==1.0.0"
pycodestyle = "==2.0.0"
pyflakes = "==1.2.3"
"python-dateutil" = "==2.5.3"
"python-mimeparse" = "==1.6.0"
singledispatch = "==3.4.0.3"
SQLAlchemy = "==1.1.2"
stevedore = "==1.18.0"
trollius = "==2.1"
typing = "==3.5.2.2"
virtualenv = "==15.0.3"
"virtualenv-clone" = "==0.2.6"
virtualenvwrapper = "==4.7.2"
Werkzeug = "==0.11.11"
[dev-packages]
[requires]
python_version = "2.7"