-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathrequirements.txt
72 lines (65 loc) · 1.31 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
backports.functools-lru-cache==1.5
lxml==4.9.4
cachetools==4.2.2
certifi==2023.7.22
cffi==1.14.5
chardet==3.0.4
defusedxml==0.7.1
Deprecated==1.2.12
Django==2.2.28
django-bootstrap3==11.0.0
django-bootstrap3-form==0.6.0
django-environ==0.4.5
django-jinja==2.4.1
django-mailbox==4.9.0
gitdb2==2.0.5
gunicorn==22.0.0
idna==3.7
Jinja2==3.1.4
MarkupSafe==2.0
pathlib2==2.3.7.post1
pytz==2018.7
six==1.12.0
smmap2==2.0.5
stripe==2.33.0
django-allauth==0.39.1
psycopg2-binary==2.8.6
django-markdown-app==0.9.6
pandas==1.2.4
tzlocal==2.1
httplib2==0.19.1
numpy==1.22.0
oauthlib==3.1.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
PyJWT==2.4.0
PyNaCl==1.4.0
pyparsing==2.4.7
python-dateutil==2.8.1
python3-openid==3.2.0
querystring-parser==1.2.4
requests==2.31.0
requests-oauthlib==1.3.0
rsa==4.7.2
sqlparse==0.4.4
uritemplate==3.0.1
urllib3==1.26.19
wrapt==1.12.1
# google_drive requirements
google-api-python-client==1.7.8
google-auth-oauthlib==0.3.0
google-auth==1.30.1
google-auth-httplib2==0.0.3
oauth2client==3.0.0
# github management
PyGithub==1.55
markdown-link-attr-modifier==0.2.1
Markdown==3.3.4
beautifulsoup4==4.11.1
# needed for logging in
git+https://github.com/gregbaker/django-cas-ng.git@4f4a82e07eb624ffa53446a4f6806383c6c3b338
# for the cron service
APScheduler==3.9.1.post1
# for election graphing
matplotlib==3.7.4