mamweb/requirements.txt

67 lines
877 B
Text
Raw Normal View History

-c constraints.txt
# basic libs
2021-12-05 18:42:54 +01:00
psycopg2
html5lib
ipython
Pillow
pytz
six
pexpect
traitlets
Unidecode
# Django and modules
2021-12-05 18:42:54 +01:00
Django<3.3
#django-bootstrap-sass
django-mptt
django-reversion
django-sekizai
django-countries
django-solo
django-ckeditor
2022-11-14 22:07:29 +01:00
django-cleanup # Uklízí media/ od smazaných „databázových“ souborů
django-flat-theme
django-taggit
django-autocomplete-light>=3.9.0rc1
django-crispy-forms
django-imagekit
django-polymorphic
2019-10-16 22:27:57 +02:00
django-sitetree
django_reverse_admin
2020-09-03 23:02:28 +02:00
django-rest-framework
django-webpack-loader
django-rest-polymorphic
# Comments
2021-12-05 18:42:54 +01:00
django-contrib-comments
# debug tools/extensions
2021-12-05 18:42:54 +01:00
django-debug-toolbar
django-extensions
sqlparse
Werkzeug
2015-03-14 01:19:30 +01:00
# G+, FB authorisation
2014-11-05 15:14:39 +01:00
# django-allauth
# oauthlib
# python-openid
2021-09-19 00:45:23 +02:00
requests
# requests-oauthlib
2015-03-14 01:19:30 +01:00
2018-08-20 19:55:30 +02:00
# uWSGI
2021-12-05 18:42:54 +01:00
uWSGI
# Potřeba pro test data
lorem
2022-01-31 21:59:29 +01:00
# pro dokumentaci
sphinx
2022-02-01 00:42:01 +01:00
sphinx_rtd_theme
myst_parser