Re-stamped requirements, really gotta automate this
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a8fade699c
commit
e3a021c53f
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue