-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
34 lines (34 loc) · 796 Bytes
/
requirements.txt
File metadata and controls
34 lines (34 loc) · 796 Bytes
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
#APPLY WHEN READY: change all '==' to '~=' as this allows all updates before MAJOR version change!!
beautifulsoup4==4.11.2
python-dotenv==1.0.0
Requests==2.30.0
selenium
lxml==4.9.2
openpyxl==3.1.2
google-auth
google-auth-oauthlib
google-auth-httplib2
google-api-python-client
spacy==3.5.0
en_core_web_md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.5.0/en_core_web_md-3.5.0.tar.gz
fuzzywuzzy==0.18.0
python-Levenshtein==0.21.0
nltk==3.8.1
torch==2.0.1
transformers==4.14.1
clean-text[gpl]
setuptools
# This also includes uvicorn
fastapi[all]
chardet
#pywin32
#wordnet==2.1
#config
#csv
#dotenv
#spacy==3.5.2
#https://github.com/acheong08/ChatGPT/issues/53
#-U spacy
#torch==1.10.0
#-U transformers
#NOTE: In code ':='(walrus operator) needs Python 3.8 to work!!