-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
42 lines (39 loc) · 952 Bytes
/
requirements.txt
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
# These deps may be challenging to build in 2024
# First upgrade pip
# pip install --upgrade pip
# Then use GCC12 like so:
# CC=gcc-12 pip install -r requirements.txt
# It may be necessary to manually remove the pycrypto package
# pip uninstall pycrypto
git+https://github.com/adrian-the-git/driveclient@master
#git+https://github.com/adrian-the-git/[email protected]
git+https://github.com/adrian-the-git/archieml-python.git@f4f72139f58d5476324a42541f60a5d7b3e74e3e
cryptography
beautifulsoup4
CouchDB==1.2
flask
flask-restful
flask-limiter
# See this issue regarding fasttext compiler issues:
# https://github.com/facebookresearch/fastText/issues/512
#git+https://github.com/cfculhane/fastText
wheel
fasttext
fasttext-langdetect
fuzzywuzzy>=0.18.0
jinja2
markdown
playwright
plucky
python-Levenshtein
python-dateutil
python-magic
quart
quart-rate-limiter
requests
selenium
unidecode
pyicu
oauth2client
google-api-python-client
wget