forked from wevote/WeVoteServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
81 lines (81 loc) · 2.37 KB
/
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
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
beautifulsoup4==4.12.3
boto3==1.34.66
CacheControl==0.13.1
certifi>=2024.2.2 # Want to update continuously to the latest. Root Certificates used by Requests in Python
cloudscraper==1.2.68
cryptography==42.0.8
dj-database-url==2.1.0
Django==5.0.9
# git+https://github.com/meneses-pt/django-background-tasks.git
django-bootstrap3==15.0.0
django-cors-headers==4.3.1
django-crispy-forms==1.12.0
django-mathfilters==1.0.0
django-sslserver-v2==1.0
django-twitter-bootstrap==3.3.0
django-user-agents==0.4.0
djangorestframework==3.15.2
elasticsearch==1.9.0
facebook-sdk==3.1.0
firebase-admin==6.2.0
gender-guesser==0.4.0
geoip2==2.9.0
geopy==2.2.0
google-api-core==2.14.0
google-api-python-client==2.108.0
google-auth==2.23.4
google-cloud-aiplatform[pipelines]==1.34.0
google-cloud-firestore==2.13.1
google-cloud-storage==2.13.0
gunicorn==22.0.0
httplib2==0.22.0
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
nameparser==1.1.3
nltk>=3.9 #recommend engine
numpy~=1.26.2 #recommend engine
oauth2client==4.1.3
oauthlib==3.2.2
pandas~=2.1.3 #recommend engine
phonenumbers==8.13.26
Pillow==10.2.0
polars~=0.19.17 #recommend engine
protobuf>=3.18.3 # not directly required, pinned by Snyk to avoid a vulnerability
psycopg2-binary==2.9.9
py3dns==4.0.1
pyarrow #recommend engine
pyasn1==0.4.8
pyasn1-modules==0.2.8
pygeoip==0.3.2
pyjwkest==1.4.2
PyJWT==2.8.0
pyparsing==2.4.7
python-dateutil~=2.8.2
python-magic==0.4.24 # Requires "brew install libmagic" or "brew upgrade libmagic" or "pip install libmagic"
python3-openid @ git+https://github.com/wevote/python3-openid.git@master#egg=python3-openid
pytz==2021.1
requests==2.31.0
requests-oauthlib==1.3.0
robot-detection==0.4
rsa==4.7.2
ruff==0.3.5
scikit-learn~=1.3.2 #recommend engine
sendgrid==6.9.7
simplejson==3.17.2
six==1.16.0
setuptools==65.5.1 # Deprecated in Py 3.10, AND removed in Py 3.12, but still needed by some slow to update packages)
social-auth-app-django==5.0.0
social-auth-core==4.2.0
sqlalchemy==2.0.35
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
stripe==8.7.0
tqdm~=4.66.1 #recommend engine
tweepy==4.14.0
twilio==7.8.2
tzdata==2024.1
uritemplate==3.0.1
usaddress==0.5.10
user-agents==1.1.0
validate-email==1.3
wikipedia==1.4.0
xmltodict==0.12.0
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability