Update requirements

This commit is contained in:
Iurii Tatishchev 2021-05-19 11:37:33 -07:00
parent d4e6458574
commit cb3d244f90
Signed by: CaZzzer
GPG Key ID: 926BE949E29DCD03
3 changed files with 10 additions and 13 deletions

View File

@ -1,19 +1,10 @@
# Contains requirements common to all environments # Contains requirements common to all environments
# Engine # Engine
Django==3.1.6 Django==3.2.3
Pillow==8.1.0
zenpy~=2.0.24 zenpy~=2.0.24
django_registration==3.1.1 django_registration==3.1.2
djangorestframework==3.12.2 djangorestframework==3.12.4
# Documentation
Sphinx==3.4.3
sphinx-rtd-theme==0.5.1
sphinx-autodoc-typehints==1.11.1
pyenchant==3.2.0
sphinxcontrib-spelling==7.1.0
# Misc # Misc
python-dotenv==0.17.1 python-dotenv==0.17.1

View File

@ -1,3 +1,9 @@
# Development specific dependencies # Development specific dependencies
-r common.txt -r common.txt
# Documentation
Sphinx==3.5.4
sphinx-rtd-theme==0.5.2
sphinx-autodoc-typehints==1.12.0
pyenchant==3.2.0
sphinxcontrib-spelling==7.2.1

View File

@ -1,5 +1,5 @@
# Production specific dependencies # Production specific dependencies
-r common.txt -r common.txt
daphne==3.0.1 daphne==3.0.2
Twisted[tls,http2]==21.2.0 Twisted[tls,http2]==21.2.0