-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
51 lines (48 loc) · 1 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cachetools = "==4.2.2"
certifi = "==2021.5.30"
chardet = "==4.0.0"
click = "==8.0.1"
docopt = "==0.6.2"
gcloud = "==0.18.3"
googleapis-common-protos = "==1.53.0"
httplib2 = "==0.19.1"
idna = "==2.10"
joblib = "==1.0.1"
jws = "==0.1.3"
nltk = "==3.6.2"
oauth2client = "==4.1.3"
prettytable = "==2.1.0"
protobuf = "==3.17.3"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycryptodome = "==3.10.1"
pymorphy2 = "==0.9.1"
pymorphy2-dicts-ru = "==2.4.417127.4579844"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.1"
python-jwt = "==2.0.1"
pytz = "==2021.1"
regex = "==2021.4.4"
requests = "==2.25.1"
requests-toolbelt = "==0.9.1"
rsa = "==4.7.2"
six = "==1.16.0"
termcolor = "==1.1.0"
termcolor2 = "==0.0.3"
text-unidecode = "==1.3"
tornado = "==6.1"
tqdm = "==4.61.1"
tzlocal = "==2.1"
urllib3 = "==1.26.5"
wcwidth = "==0.2.5"
APScheduler = "==3.6.3"
DAWG-Python = "==0.7.2"
Faker = "==8.8.1"
[dev-packages]
[requires]
python_version = "3.9"