requirements: Rework dependencies
Without the following, and the new swh.scheduler bump, some dependencies were no longer resolved properly. Related to T2746
This commit is contained in:
parent
2e9bb5388b
commit
d2f4781669
2 changed files with 2 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
swh.core >= 0.3
|
||||
swh.scheduler >= 0.7.0
|
||||
swh.core[db] >= 0.9
|
||||
swh.scheduler >= 0.8
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
pytest
|
||||
requests_mock
|
||||
swh.core[db]
|
||||
sqlalchemy-stubs
|
||||
swh.scheduler[testing] >= 0.5
|
||||
testing.postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue