-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
47 lines (44 loc) · 880 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"asn1crypto" = "==0.24.0"
attrs = "==18.1.0"
autobahn = "==18.5.2"
certifi = "==2018.4.16"
cffi = "==1.11.5"
chardet = "==3.0.4"
constantly = "==15.1.0"
cryptography = "==2.3"
dateparser = "==0.7.0"
hyperlink = "==18.0.0"
idna = "==2.6"
incremental = "==17.5.0"
"pyasn1" = "==0.4.3"
"pyasn1-modules" = "==0.2.1"
pycparser = "==2.18"
python-dateutil = "==2.7.3"
pytz = "==2018.4"
regex = "==2018.6.6"
requests = "==2.20.0"
six = "==1.11.0"
txaio = "==2.10.0"
tzlocal = "==1.5.1"
urllib3 = ">=1.24.2"
Automat = "==0.6.0"
pyOpenSSL = "==18.0.0"
service_identity = "==17.0.0"
Twisted = "==19.7.0"
"bs4" = "*"
lxml = "*"
python-telegram-bot = "*"
pandas = "*"
websockets = "*"
pyodbc = "*"
python-binance = "*"
td-ameritrade-python-api = "*"
[dev-packages]
pylint = "*"
autopep8 = "*"
[requires]