-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
72 lines (65 loc) · 1.41 KB
/
Pipfile
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==2.3.6"
"aniso8601" = "==1.3.0"
"asn1crypto" = "==0.23.0"
astroid = "==1.5.3"
async-timeout = "==2.0.0"
"base58" = "==0.2.5"
bigchaindb = "==1.0.1"
bigchaindb-driver = "==0.4.1"
certifi = "==2017.11.5"
cffi = "==1.11.2"
chardet = "==3.0.4"
click = "==6.7"
cryptoconditions = "==0.6.0.dev1"
cryptography = "==1.9"
django = "==2.0"
django-searchable-select = "==1.4.5"
flask = "==0.12.2"
flask-cors = "==3.0.3"
flask-restful = "==0.3.6"
gunicorn = "==19.7.1"
idna = "==2.6"
isort = "==4.2.15"
itsdangerous = "==0.24"
"jinja2" = "==2.10"
jsonschema = "==2.5.1"
lazy-object-proxy = "==1.3.1"
logstats = "==0.2.1"
markupsafe = "==1.0"
mccabe = "==0.6.1"
multidict = "==3.3.2"
multipipes = "==0.1.0"
"pyasn1" = "==0.2.3"
pycparser = "==2.18"
pylint = "==1.7.5"
pymongo = "==3.6.0"
pynacl = "==1.1.2"
"pysha3" = "==1.0.2"
python-dateutil = "==2.6.1"
python-rapidjson = "==0.0.11"
python-rapidjson-schema = "==0.1.1"
pytz = "==2017.3"
pyyaml = "==3.12"
requests = "==2.18.4"
rethinkdb = "==2.3.0.post6"
statsd = "==3.2.1"
"urllib3" = "==1.22"
werkzeug = "==0.13"
wrapt = "==1.10.11"
yarl = "==0.16.0"
whitenoise = "==3.3.1"
dj-database-url = "==0.4.2"
"flake8" = "==3.5.0"
pew = "==1.1.1"
pipenv = "==9.0.0"
pycodestyle = "==2.3.1"
pyflakes = "==1.6.0"
virtualenv = "==15.1.0"
virtualenv-clone = "==0.2.6"
"psycopg2" = "*"
[dev-packages]