-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
66 lines (63 loc) · 1.42 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
djangorestframework = "==3.10.1"
django-allauth = "==0.39.1"
django-rest-auth = "==0.9.5"
aiocontextvars = "==0.2.2"
aiohttp = "==3.5.4"
attrs = "==19.1.0"
certifi = "==2019.6.16"
chardet = "==3.0.4"
click = "==7.0"
colorclass = "==2.2.0"
colorlog = "==4.0.2"
contextvars = "==2.4"
croniter = "==0.3.30"
defusedxml = "==0.6.0"
django-crispy-forms = "==1.7.2"
django-material = "==1.5.8"
django-materialize = "==1.0.1a2"
django-registration = "==3.0.1"
django-webpack-loader = "==0.6.0"
ed25519 = "==1.5"
factom-api = "==0.1.1"
faust = "==1.7.4"
idna = "==2.8"
immutables = "==0.9"
kafka-python = "==1.4.6"
mode = "==4.0.1"
multidict = "==4.5.2"
numpy = "==1.17.0"
oauthlib = "==3.0.2"
opentracing = "==1.3.0"
pandas = "==0.25.0"
python-bitcoinlib = "==0.10.1"
python-dateutil = "==2.8.0"
python-identitykeys = "==0.2.1"
python3-openid = "==3.1.0"
pytz = "==2019.1"
requests = "==2.22.0"
requests-oauthlib = "==1.2.0"
robinhood-aiokafka = "==1.0.3"
six = "==1.12.0"
sqlparse = "==0.3.0"
terminaltables = "==3.1.0"
tweepy = "==3.8.0"
typing-extensions = "==3.7.4"
urllib3 = "==1.25.3"
venusian = "==1.2.0"
yarl = "==1.3.0"
Django = "==2.2.3"
aiohttp_cors = "==0.7.0"
async_timeout = "==3.0.1"
confusable_homoglyphs = "==3.2.0"
idna_ssl = "==1.1.0"
mypy_extensions = "==0.4.1"
Pillow = "==6.1.0"
PySocks = "==1.7.0"
[requires]
python_version = "3.6"