You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
944 B

-c constraints.txt
# basic libs
psycopg2 # PostgreSQL adaptér
ipython # Interaktivní shell
Unidecode # Přepisuje unicode do ASCII (např. soubory nebo e-maily)
Pillow
pilkit>=3.0 # Kvůli kompatibilitě s Pillow>=10.0.0
# Django and modules
Django<5.0
#django-bootstrap-sass
django-mptt
django-reversion
django-sekizai
django-countries
django-solo
django-ckeditor
2 years ago
django-cleanup # Uklízí media/ od smazaných „databázových“ souborů
django-flat-theme
django-taggit
django-autocomplete-light>=3.9.0
django-crispy-forms
django-imagekit
django-polymorphic
django-sitetree
django_reverse_admin
django-rest-framework
django-webpack-loader
django-rest-polymorphic
# debug tools/extensions
django-debug-toolbar
django-extensions
sqlparse
Werkzeug
# G+, FB authorisation
# django-allauth
# oauthlib
# python-openid
requests
# requests-oauthlib
# Potřeba pro test data
lorem
3 years ago
# pro dokumentaci
sphinx
sphinx_rtd_theme
myst_parser