forked from wevote/WeVoteServer
-
Notifications
You must be signed in to change notification settings - Fork 268
/
requirements.txt
67 lines (67 loc) · 1.83 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
# As we approach deployment, we should probably move to different requirements files for local vs. production
# See Chapt 5.5 in Two Scoops of Django
boto3==1.13.16
cryptography==3.4.8
dj-database-url==0.5.0
dj-static==0.0.6
django==3.2.13
django-background-tasks==1.2.5
django-bootstrap3==15.0.0
django-cors-headers==3.7.0
django-crispy-forms==1.12.0
django-sslserver==0.22
django-twitter-bootstrap==3.3.0
django-user_agents==0.4.0
djangorestframework==3.12.4
elasticsearch>=1.0.0,<2.0.0
facebook-sdk==3.1.0
firebase_admin==4.5.3
future==0.18.2
geoip2==2.9.0
geopy==2.2.0
google-api-core==1.31.5
google-api-python-client==2.44.0
google-auth==1.35.0
google-cloud-firestore==2.4.0
google-cloud-storage==2.3.0
gunicorn==20.1.0
httplib2==0.19.1
oauth2client==4.1.3
oauthlib==3.1.1
nameparser==1.0.6
phonenumbers==8.12.39
Pillow==9.0.1
psycopg2-binary==2.8.6
pyasn1==0.4.8
pyasn1-modules==0.2.8
py3dns==3.2.1
pygeoip==0.3.2
pyjwkest==1.4.2
# 4/21/22, needed to update for PyJWT==1.7.1 # We are stuck at 1.7.1 until twillio can handle a newer version (as of 6/15/21)
PyJWT==2.4.0 # We are stuck at 1.7.1 until twillio can handle a newer version (as of 6/15/21)
python-magic==0.4.24 # Requires "brew install libmagic" or "brew upgrade libmagic" or "pip install libmagic"
python3-openid -e git+git://github.com/wevote/python3-openid.git@master#egg=python3-openid
pytz==2021.1
requests==2.25.1
requests-oauthlib==1.3.0
robot-detection==0.4
rsa==4.7.2
selenium==3.141.0
sendgrid-django==4.2.0
setuptools
simplejson==3.17.2
six==1.14.0
social-auth-app-django==5.0.0
social-auth-core==4.2.0
static3==0.7.0
stripe==2.58.0
tweepy==4.4.0
twilio==7.8.2
# Unipath==1.1s
uritemplate==3.0.1
usaddress==0.5.10
user-agents==1.1.0
validate-email==1.3
# python-votesmart=0.3.3 # Using local version instead since 0.3.3 not Py 3 compatible
wikipedia==1.4.0
xmltodict==0.12.0