Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
abelardopardo committed Dec 27, 2023
2 parents e0e8a1c + e701fc8 commit 8d2d03a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Babel==2.13.1
Django==4.2.7
Babel==2.14.0
Django==4.2.8
Jinja2==3.1.2
MarkupPy==1.14
MarkupSafe==2.1.3
Expand All @@ -22,8 +22,8 @@ attrs==23.1.0
autopep8==2.0.4
beautifulsoup4==4.12.2
billiard==4.2.0
boto3==1.29.6
botocore==1.32.6
boto3==1.34.8
botocore==1.34.8
celery==5.3.6
certifi==2023.11.17
cffi==1.16.0
Expand All @@ -34,11 +34,11 @@ click-repl==0.3.0
click==8.1.7
crispy-bootstrap5==2023.10
cron-descriptor==1.4.0
cryptography==41.0.6
cryptography==41.0.7
css-html-js-minify==2.5.5
defusedxml==0.7.1
diff-match-patch==20230430
django-bootstrap-datepicker-plus==5.0.4
django-bootstrap-datepicker-plus==5.0.5
django-bootstrap-v5==1.0.11
django-braces==1.15.0
django-celery-beat==2.5.0
Expand All @@ -48,14 +48,14 @@ django-datetime-widget==0.9.3
django-environ==0.11.2
django-etc==1.4.0
django-extensions==3.2.3
django-formtools==2.4.1
django-import-export==3.3.3
django-formtools==2.5.1
django-import-export==3.3.5
django-jquery==3.1.0
django-redis==5.4.0
django-siteprefs==1.2.3
django-storages==1.14.2
django-tables2==2.6.0
django-timezone-field==6.0.1
django-tables2==2.7.0
django-timezone-field==6.1.0
django-tinymce==3.6.1
django-widget-tweaks==1.5.0
djangorestframework==3.14.0
Expand All @@ -66,33 +66,33 @@ drf-yasg==1.21.7
email-validator==2.1.0.post1
et-xmlfile==1.1.0
exceptiongroup==1.2.0
fsspec==2023.10.0
fsspec==2023.12.2
future==0.18.3
gprof2dot==2022.7.29
h11==0.14.0
html2text==2020.1.16
httplib2==0.22.0
idna==3.4
idna==3.6
imagesize==1.4.1
importlib-metadata==6.8.0
importlib-metadata==7.0.1
inflection==0.5.1
jmespath==1.0.1
kombu==5.3.4
lxml==4.9.3
lxml==4.9.4
numpy==1.26.2
oauth2==1.9.0.post1
odfpy==1.4.1
openpyxl==3.1.2
outcome==1.3.0.post0
packaging==23.2
pandas==2.1.3
prompt-toolkit==3.0.41
pandas==2.1.4
prompt-toolkit==3.0.43
psycopg2==2.9.9
pyOpenSSL==23.3.0
pycodestyle==2.11.1
pycparser==2.21
pydantic==2.5.2
pydantic_core==2.14.5
pydantic==2.5.3
pydantic_core==2.14.6
pyparsing==3.1.1
python-crontab==3.0.0
python-dateutil==2.8.2
Expand All @@ -101,7 +101,7 @@ pytz==2023.3.post1
readthedocs-sphinx-search==0.3.1
redis==5.0.1
requests==2.31.0
s3transfer==0.7.0
s3transfer==0.10.0
six==1.16.0
smart-open==6.4.0
sniffio==1.3.0
Expand All @@ -123,10 +123,10 @@ tablib==3.5.0
tenacity==8.2.3
text-unidecode==1.3
tomli==2.0.1
tornado==6.3.3
tornado==6.4
trio-websocket==0.11.1
trio==0.23.1
typing_extensions==4.8.0
trio==0.23.2
typing_extensions==4.9.0
tzdata==2023.3
uritemplate==4.1.1
urllib3==1.26.18
Expand Down
6 changes: 3 additions & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r base.txt
Werkzeug==3.0.1
coverage==7.3.2
coverage==7.3.4
django-cprofile-middleware==1.0.5
django-debug-toolbar==4.2.0
django-silk==5.0.4
mypy-extensions==1.0.0
mypy==1.7.1
selenium==4.15.2
mypy==1.8.0
selenium==4.16.0
snakeviz==2.2.0
4 changes: 2 additions & 2 deletions requirements/essential.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
# python3 -m pip install --upgrade wheel
# 4. Install essential:
# LDFLAGS=`echo $(pg_config --ldflags)` python3 -m pip install -r requirements/essential.txt
# 5. LDFLAGS=`echo $(pg_config --ldflags)` python3 -m pip freeze | sort > requirements/freeze.txt
# 5. python3 -m pip freeze | sort > requirements/freeze.txt
# 6. python3 -m pip check
# 7. cp requirements/freeze.txt requirements/base.txt
# 8. Move lines in base.txt to development.txt
#
Django[argon2]==4.2.7 # BSD-3-Clause
Django[argon2]==4.2.8 # BSD-3-Clause
celery # BSD
coverage # Apache License 2.0
crispy-bootstrap5 # MIT
Expand Down

0 comments on commit 8d2d03a

Please sign in to comment.