benevalibre/requirements/base.txt

35 lignes
1.3 KiB
Plaintext

# Utils
# ------------------------------------------------------------------------------
# Table exports
tablib >=3.0,<3.1 # https://github.com/kennethreitz/tablib
tablib[ods]
# Api fetching
requests
# Version comparison
packaging
# File type identification
python-magic
# Django
# ------------------------------------------------------------------------------
django >=3.2,<3.3 # https://www.djangoproject.com/
django-environ ==0.4.5 # https://github.com/joke2k/django-environ
django-registration-redux >=2.9,<2.10 # https://github.com/macropin/django-registration
django-dynamic-filenames >=1.1,<1.2 # https://github.com/codingjoe/django-dynamic-filenames
django-reversion >=4.0,<4.1 # https://github.com/etianen/django-reversion
django-stdimage >=5.3,<5.4 # https://github.com/codingjoe/django-stdimage
django-tables2 # https://github.com/jieter/django-tables2
django-tapeforms >=1.0,<1.1 # https://github.com/stephrdev/django-tapeforms
django-cruditor >=1.4,<1.5 # https://github.com/moccu/django-cruditor
django-filter >=2.3,<2.4 # https://github.com/carltongibson/django-filter
django-countries >=7.2,<7.3 # https://github.com/SmileyChris/django-countries/
# Documentation
# ------------------------------------------------------------------------------
sphinx
sphinx-rtd-theme
django-docs