-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
84 lines (81 loc) · 1.66 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
72
73
74
75
76
77
78
79
80
81
82
83
84
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
appdirs = "==1.4.3"
asgiref = "==3.2.3"
attrs = "==19.3.0"
bcrypt = "==3.1.7"
beautifulsoup4 = "==4.6.0"
black = "==19.10b0"
blessed = "==1.17.4"
boto = "==2.49.0"
boto3 = "==1.12.32"
botocore = "==1.14.17"
cached-property = "==1.5.1"
cement = "==2.8.2"
certifi = "==2019.11.28"
cffi = "==1.14.0"
chardet = "==3.0.4"
click = "==7.0"
colorama = "==0.3.9"
cryptography = "==2.8"
django-countries = "==5.5"
django-dotenv = "==1.4.2"
docker = "==4.2.0"
docker-compose = "==1.25.4"
dockerpty = "==0.4.1"
docopt = "==0.6.2"
docutils = "==0.15.2"
entrypoints = "==0.3"
flake8 = "==3.7.9"
future = "==0.16.0"
idna = "==2.7"
jmespath = "==0.9.5"
joblib = "==0.14.1"
jsonschema = "==3.2.0"
konlpy = "==0.5.2"
lxml = "==4.5.0"
numpy = "==1.18.1"
oauthlib = "==3.1.0"
pandas = "==1.0.1"
paramiko = "==2.7.1"
pathspec = "==0.5.9"
pipreqs = "==0.4.10"
pycodestyle = "==2.5.0"
pycparser = "==2.20"
pyflakes = "==2.1.1"
pyrsistent = "==0.16.0"
python-dateutil = "==2.8.0"
pytz = "==2019.3"
regex = "==2020.1.8"
requests = "==2.20.1"
requests-oauthlib = "==1.3.0"
s3transfer = "==0.3.3"
scikit-learn = "==0.22.2.post1"
scipy = "==1.4.1"
semantic-version = "==2.5.0"
six = "==1.11.0"
sklearn = "==0.0"
smart-open = "==1.9.0"
sqlparse = "==0.3.0"
termcolor = "==1.1.0"
texttable = "==1.6.2"
toml = "==0.10.0"
tweepy = "==3.8.0"
typed-ast = "==1.4.1"
urllib3 = "==1.24.3"
wcwidth = "==0.1.9"
yarg = "==0.1.9"
psycopg2-binary = "==2.8.4"
Django = "==3.0.3"
JPype1 = "==0.7.2"
Pillow = "==7.0.0"
PyNaCl = "==1.3.0"
PySocks = "==1.7.1"
PyYAML = "==5.2"
websocket_client = "==0.57.0"
[requires]
python_version = "3.8"