-
Notifications
You must be signed in to change notification settings - Fork 3
/
Pipfile
80 lines (77 loc) · 1.6 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appnope = "==0.1.2"
arabic-reshaper = "==2.1.3"
async-timeout = "==4.0.2"
attrs = "==21.4.0"
backcall = "==0.2.0"
beautifulsoup4 = "==4.10.0"
cchardet = "==2.1.7"
certifi = "==2021.10.8"
cffi = "==1.15.0"
chardet = "==4.0.0"
charset-normalizer = "==2.0.9"
click = "==8.0.3"
cycler = "==0.11.0"
decorator = "==5.1.0"
entrypoints = "==0.3"
fonttools = "==4.28.5"
future = "==0.18.2"
html5lib = "==1.1"
httplib2 = "==0.20.2"
idna = "==3.3"
importlib-metadata = "==4.10.0"
ipython = "==7.31.1"
isoweek = "==1.3.3"
jedi = "==0.18.1"
joblib = "==1.1.0"
keyring = "==23.5.0"
kiwisolver = "==1.3.2"
lxml = "==4.7.1"
markovify = "==0.9.3"
matplotlib = "==3.5.1"
matplotlib-inline = "==0.1.3"
nltk = "==3.6.7"
nose = "==1.3.7"
numpy = "==1.21.5"
parso = "==0.8.3"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
prompt-toolkit = "==3.0.24"
ptyprocess = "==0.7.0"
pycares = "==4.1.2"
pycparser = "==2.21"
pyparsing = "==3.0.6"
python-bidi = "==0.4.2"
python-dateutil = "==2.8.2"
pytz = "==2021.3"
regex = "==2021.11.10"
reportlab = "==3.6.5"
requests = "==2.26.0"
shellescape = "==3.8.1"
simplegeneric = "==0.8.1"
six = "==1.16.0"
soupsieve = "==2.3.1"
textblob = "==0.17.1"
tqdm = "==4.62.3"
traitlets = "==5.1.1"
typing-extensions = "==4.0.1"
urllib3 = "==1.26.7"
wcwidth = "==0.2.5"
webencodings = "==0.5.1"
xhtml2pdf = "==0.2.5"
zipp = "==3.7.0"
ipython_genutils = "==0.2.0"
Naked = "==0.1.31"
Pillow = "==9.0.1"
Pygments = "==2.11.1"
PyPDF2 = "==1.26.0"
PySocks = "==1.7.1"
PyYAML = "==6.0"
Unidecode = "==1.3.2"
[dev-packages]
[requires]
python_version = "3.7"