mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Do not pin versions
This commit is contained in:
parent
e777819073
commit
edd9a3c3c3
3 changed files with 6 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
mypy==1.10.0
|
mypy==1.10.0
|
||||||
django-stubs==5.0.2
|
django-stubs==5.0.2
|
||||||
pytest==7.4.3
|
pytest
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
pytest==7.4.3
|
pytest
|
||||||
pytest-django==4.5.2
|
pytest-django
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary
|
||||||
|
psycopg
|
||||||
pytest-cov==4.1.0
|
pytest-cov==4.1.0
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -23,7 +23,7 @@ python =
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
time-machine==2.4.1
|
time-machine
|
||||||
-rrequirements-test.txt
|
-rrequirements-test.txt
|
||||||
dj32: Django==3.2.*
|
dj32: Django==3.2.*
|
||||||
dj40: Django==4.0.*
|
dj40: Django==4.0.*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue