Update verzí v requirements.txt
This commit is contained in:
parent
ac1dded4cc
commit
db6bd73563
1 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
-c constraints.txt
|
||||
# basic libs
|
||||
|
||||
psycopg2<2.9 # Kvůli djangu 2.2, odstranit při přechodu na 3.
|
||||
psycopg2
|
||||
html5lib
|
||||
ipython
|
||||
Pillow
|
||||
|
@ -13,7 +13,7 @@ Unidecode
|
|||
|
||||
# Django and modules
|
||||
|
||||
Django<2.3
|
||||
Django<3.3
|
||||
#django-bootstrap-sass
|
||||
django-mptt
|
||||
django-reversion
|
||||
|
@ -34,14 +34,14 @@ django-webpack-loader
|
|||
django-rest-polymorphic
|
||||
|
||||
# Comments
|
||||
django-contrib-comments==1.9.0
|
||||
django-contrib-comments
|
||||
|
||||
# debug tools/extensions
|
||||
|
||||
django-debug-toolbar==1.11
|
||||
django-extensions==2.1.9
|
||||
sqlparse==0.2.4
|
||||
Werkzeug==0.14.1
|
||||
django-debug-toolbar
|
||||
django-extensions
|
||||
sqlparse
|
||||
Werkzeug
|
||||
|
||||
# G+, FB authorisation
|
||||
|
||||
|
@ -52,7 +52,7 @@ requests
|
|||
# requests-oauthlib
|
||||
|
||||
# uWSGI
|
||||
uWSGI==2.0.17.1
|
||||
uWSGI
|
||||
|
||||
# Potřeba pro test data
|
||||
|
||||
|
|
Loading…
Reference in a new issue