Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,27 @@ pluggy==1.5.0
port-for==0.7.4
# via pytest-postgresql
pre-commit==4.0.1
# via -r requirements/dev.in
# via -r dev.in
psutil==6.1.1
# via mirakuru
psycopg==3.2.9
# via pytest-postgresql
pytest==8.3.4
# via
# -r requirements/tests.in
# -r tests.in
# pytest-cov
# pytest-postgresql
pytest-cov==6.0.0
# via -r requirements/tests.in
# via -r tests.in
pytest-postgresql==6.1.1
# via -r requirements/tests.in
# via -r tests.in
pyyaml==6.0.2
# via pre-commit
setuptools==75.7.0
# via pytest-postgresql
typing-extensions==4.12.2
# via psycopg
virtualenv==20.28.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
# psycopg
setuptools==78.1.1
# via pytest-postgresql
13 changes: 7 additions & 6 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ port-for==0.7.4
# via pytest-postgresql
psutil==6.1.1
# via mirakuru
psycopg==3.2.9
# via pytest-postgresql
pytest==8.3.4
# via
# -r requirements/tests.in
# -r tests.in
# pytest-cov
# pytest-postgresql
pytest-cov==6.0.0
# via -r requirements/tests.in
# via -r tests.in
pytest-postgresql==6.1.1
# via -r requirements/tests.in
setuptools==75.7.0
# via pytest-postgresql
# via -r tests.in
typing-extensions==4.12.2
# via psycopg

# The following packages are considered to be unsafe in a requirements file:
# psycopg
setuptools==78.1.1
# via pytest-postgresql
Loading