Skip to content

Commit

Permalink
Update requirements and README.md (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomdevasconcellos authored Oct 31, 2024
1 parent 0cf4357 commit 8e6f3cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ eMensageria - Sistema de Mensageria Opensource do eSocial <www.emensageria.com.b

## Requisitos de Sistema

- Python (versão 3.8.5);
- Django (versão 3.2);
- Postgres 12;
- Ubuntu 22.04 (LTS) x64;
- Python (versão 3.10);
- Django (versão 3.2.25);
- Postgres 16;
- outros requisitos no arquivo requirements.txt
- cURL
- Esta biblioteca é nativa do Linux/Mac, para quem instalar o sistema em servidor Windows é necessário instalar a biblioteca e configurar a variável CURL_PATH no arquivo 'config/.env'. Link da biblioteca para download: https://curl.se/download.html
Expand Down
12 changes: 5 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ django-cron
django-currentuser
idna==3.7
django-environ==0.4.5
# django-filter==2.0.0
# django-localflavor-br==1.0
django-localflavor
django-picklefield
django-reversion
django-timezone-field
django-wkhtmltopdf==3.3.0
djangorestframework
jsonfield==3.1.0
# markdown==2.6
psycopg2-binary==2.9.1
# psycopg2==2.9.1
psycopg2-binary==2.9.9
pyOpenSSL==17.5.0
python-slugify==4.0.1
signxml
Expand All @@ -35,7 +31,6 @@ lxml==4.9.1
coreapi
django-filter
djangorestframework-simplejwt==5.3.1

django-rest-passwordreset==1.1.0
django-cors-headers==3.7.0
reportlab
Expand All @@ -46,8 +41,11 @@ django-treebeard~=4.3
python-dateutil==2.8.1
dicttoxml==1.7.16
urllib3==1.26.19
setuptools==65.5.1
setuptools==70.0.0
future==0.18.3
cryptography==43.0.1
certifi==2024.7.4



pip-audit # DEV
Expand Down
11 changes: 4 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ django-cron
django-currentuser
idna==3.7
django-environ==0.4.5
# django-filter==2.0.0
# django-localflavor-br==1.0
django-localflavor
django-picklefield
django-reversion
django-timezone-field
django-wkhtmltopdf==3.3.0
djangorestframework
jsonfield==3.1.0
# markdown==2.6
psycopg2-binary==2.9.1
# psycopg2==2.9.1
psycopg2-binary==2.9.9
pyOpenSSL==17.5.0
python-slugify==4.0.1
signxml
Expand All @@ -35,7 +31,6 @@ lxml==4.9.1
coreapi
django-filter
djangorestframework-simplejwt==5.3.1

django-rest-passwordreset==1.1.0
django-cors-headers==3.7.0
reportlab
Expand All @@ -46,5 +41,7 @@ django-treebeard~=4.3
python-dateutil==2.8.1
dicttoxml==1.7.16
urllib3==1.26.19
setuptools==65.5.1
setuptools==70.0.0
future==0.18.3
cryptography==43.0.1
certifi==2024.7.4

0 comments on commit 8e6f3cf

Please sign in to comment.