2018-06-11 15:38:08 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-06-14 20:02:15 +00:00
|
|
|
pytest = "*"
|
|
|
|
pytest-splinter = "*"
|
|
|
|
tox = "*"
|
|
|
|
django-debug-toolbar = "*"
|
2018-06-11 15:38:08 +00:00
|
|
|
|
|
|
|
[packages]
|
2021-06-30 21:01:51 +00:00
|
|
|
"psycopg2-binary" = "<2.9"
|
2019-05-13 15:11:16 +00:00
|
|
|
ConcurrentLogHandler = "*"
|
2019-08-09 13:44:50 +00:00
|
|
|
dj-database-url = "*"
|
2020-02-11 23:05:28 +00:00
|
|
|
django = "<2.3"
|
2019-05-13 15:11:16 +00:00
|
|
|
django-anymail = "*"
|
2019-08-09 13:44:50 +00:00
|
|
|
django-colorful = "*"
|
|
|
|
django-crispy-forms = "*"
|
|
|
|
django-el-pagination = "*"
|
2019-05-13 15:11:16 +00:00
|
|
|
django-libsass = "*"
|
|
|
|
django-redis = "*"
|
2019-08-09 13:44:50 +00:00
|
|
|
django-social-share = "*"
|
2020-05-16 16:44:51 +00:00
|
|
|
django-contrib-comments = "*"
|
2019-09-09 19:18:02 +00:00
|
|
|
elasticsearch = ">=5.0.0,<6.0.0"
|
2019-05-13 15:11:16 +00:00
|
|
|
guess_language-spirit = "*"
|
|
|
|
gunicorn = "*"
|
|
|
|
libsass = "*"
|
2019-06-14 20:02:15 +00:00
|
|
|
Pillow = ">=4.0.0"
|
|
|
|
puput = ">=1.0.0"
|
2019-08-09 13:44:50 +00:00
|
|
|
python-dotenv = "*"
|
2019-05-13 15:11:16 +00:00
|
|
|
stellar = "*"
|
2021-06-14 14:54:13 +00:00
|
|
|
wagtail = ">=2.0,<2.13"
|
2019-05-13 15:11:16 +00:00
|
|
|
whitenoise = "*"
|
2019-09-09 12:48:13 +00:00
|
|
|
django-toolbelt = "*"
|
2021-07-01 06:36:57 +00:00
|
|
|
unidecode = "*"
|