Browse Source

REQUIREMENTS.TXT AJUSTADO PARA UBUNTU 18.04 E CRIADO UM BKP DO ORIGINAL

pull/3858/head
Leo Alves 8 months ago
parent
commit
bf80dacd94
  1. 49
      requirements/requirements-original-sapl.txt
  2. 20
      requirements/requirements.txt

49
requirements/requirements-original-sapl.txt

@ -0,0 +1,49 @@
#REQUIREMENTS ORIGINAL DO PROJETO SAPL
django==2.2.28
django-haystack==3.1.1
django-filter==2.4.0
djangorestframework==3.12.4
django-braces==1.14.0
django-crispy-forms==1.7.2
django-contrib-postgres==0.0.1
django-extra-views==0.12.0
django-model-utils==3.1.2
django-extensions==2.1.4
django-image-cropping==1.2
django-waffle==3.0.0
django-webpack-loader==1.6.0
drf-spectacular==0.18.2
django-ratelimit==3.0.1
easy-thumbnails==2.8.5
python-decouple==3.1
dj-database-url==0.5.0
psycopg2-binary==2.9.8
pyyaml==6.0.1
pytz==2019.3
python-magic==0.4.15
unipath==1.1
Pillow==10.3.0
reportlab==3.6.13
WeasyPrint==66.0
trml2pdf==0.6
gunicorn==23.0.0
more-itertools==8.2.0
pysolr==3.6.0
PyPDF4==1.27.0
#pyoai==2.5.1
git+https://github.com/infrae/pyoai@5ff2f15e869869e70d8139e4c37b7832854d7049
Unidecode==1.1.1
whitenoise==5.1.0
kazoo==2.8.0
django-prometheus==2.2.0
asn1crypto==1.5.1
XlsxWriter==3.2.0
# OnlyOffice integration
python-docx==1.1.0
PyJWT==2.8.0
requests==2.31.0
git+https://github.com/interlegis/django-admin-bootstrapped

20
requirements/requirements.txt

@ -21,15 +21,15 @@ pyyaml==6.0.1
pytz==2019.3 pytz==2019.3
python-magic==0.4.15 python-magic==0.4.15
unipath==1.1 unipath==1.1
Pillow==10.3.0 Pillow==8.4.0
reportlab==3.6.13 reportlab==3.6.8
WeasyPrint==66.0 WeasyPrint==54.3
trml2pdf==0.6 trml2pdf==0.6
gunicorn==23.0.0 gunicorn==21.2.0
more-itertools==8.2.0 more-itertools==8.2.0
pysolr==3.6.0 pysolr==3.6.0
PyPDF4==1.27.0 PyPDF4==1.27.0
#pyoai==2.5.1 #pyoai==2.5.0
git+https://github.com/infrae/pyoai@5ff2f15e869869e70d8139e4c37b7832854d7049 git+https://github.com/infrae/pyoai@5ff2f15e869869e70d8139e4c37b7832854d7049
Unidecode==1.1.1 Unidecode==1.1.1
whitenoise==5.1.0 whitenoise==5.1.0
@ -40,9 +40,13 @@ asn1crypto==1.5.1
XlsxWriter==3.2.0 XlsxWriter==3.2.0
# OnlyOffice integration # OnlyOffice integration
python-docx==1.1.0 python-docx==0.8.11
PyJWT==2.8.0 PyJWT==2.4.0
requests==2.31.0 requests==2.27.1
git+https://github.com/interlegis/django-admin-bootstrapped git+https://github.com/interlegis/django-admin-bootstrapped
# Dependências Extras
django-debug-toolbar==3.2.4

Loading…
Cancel
Save