-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
74 lines (65 loc) · 2.16 KB
/
requirements.in
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
# This is our master file of requirements. Use ./requirements_txt_updater.sh
# to generate the requirements.txt file that is used in deployments to install
# Python libraries.
# Common Python Packages
python-dateutil # Simplified BSD License
Pillow>=7.1.2 # MIT-like License
Jinja2 # BSD License
# Less Common Python Packages
html5lib # MIT License
commonmark # BSD License
graphviz # MIT License
fs # BSD License
PyGithub # LGPL License
GitPython # BSD License
Pygments==2.7.3 # BSD License
termcolor # MIT License
xxhash # BSD License
importlib-metadata>=1.7.0,>=0.12 # Apache License
importlib-resources<2,>=1.0 # Apache License
pyinstrument==3.2.0 # BSD License
jsonschema # MIT License
filetype # MIT License
# Common Django Packages
# Django==2.2.12 # BSD License
Django==3.0.11 # BSD License
django-debug-toolbar # BSD License
django-allauth # MIT License
django-bootstrap3 # Apache License 2.0
django-notifications-hq==1.6 # MIT License
jsonfield # MIT License
dj_database_url # BSD License
whitenoise # MIT License
django-guardian # MIT License
django-simple-history # BSD License
# Python Packages Developed by GovReady and/or Josh
rtyaml # CC0
email-validator # CC0
exclusiveprocess # CC0
django-html-emailer # MIT License
django-database-storage-backend # CC0, requires libmagic (libmagic1 in Debian)
commonmarkextensions # BSD 3
structlog # Apache License
# Only needed in common production deployment configurations
# uwsgi # GPL2 # Needed only if using uwsgi instead of gunicorn
gunicorn # MIT License
# Pin gevent to avoid Docker build errors with gevent==20.5.0
# gevent==20.5.0 requires c compiler and build tools
gevent==1.4.0 # MIT License
psycopg2-binary # LGPL
rfc5424-logging-handler # BSD License
# Development & testing only
bandit # Apache License 2.0
coverage # Apache License 2.0
selenium # Apache License 2.0
safety # MIT License
parsel # BSD License
# Documentation only
m2r # MIT License
sphinxcontrib-contentui # MIT License
# Temporarily pinned.
# markupsafe is pinned here because tests crash with version 1.1.0.
# Can probably unpin when https://github.com/pallets/markupsafe/issues/108 is resolved.
markupsafe==1.1.1 # BSD 3
# Excel exports
openpyxl # MIT License