Re-stamped requirements, really gotta automate this
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jordi Loyzaga 2024-09-19 04:03:45 -06:00
parent a8fade699c
commit e3a021c53f
3 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ django==4.2.15 ; python_version >= "3.12" and python_version < "3.13"
djangorestframework==3.15.2 ; python_version >= "3.12" and python_version < "3.13"
drf-nested-routers==0.93.5 ; python_version >= "3.12" and python_version < "3.13"
python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "3.13"
python-magic==0.4.27 ; python_version >= "3.12" and python_version < "3.13"
sqlparse==0.5.1 ; python_version >= "3.12" and python_version < "3.13"
tzdata==2024.1 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "win32"
whitenoise==6.7.0 ; python_version >= "3.12" and python_version < "3.13"

View File

@ -17,6 +17,7 @@ pytest-cov==4.1.0 ; python_version >= "3.12" and python_version < "3.13"
pytest-django==4.8.0 ; python_version >= "3.12" and python_version < "3.13"
pytest==8.3.2 ; python_version >= "3.12" and python_version < "3.13"
python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "3.13"
python-magic==0.4.27 ; python_version >= "3.12" and python_version < "3.13"
sqlparse==0.5.1 ; python_version >= "3.12" and python_version < "3.13"
tzdata==2024.1 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "win32"
whitenoise==6.7.0 ; python_version >= "3.12" and python_version < "3.13"