Skip to content

Commit

Permalink
Updated dependency conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 11, 2023
1 parent 028b2ba commit b0ac2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ test = [
"psycopg",
"pymongo >= 4",
"pymysql[rsa]",
"PySide6 >= 6.3; python_implementation == 'CPython' and python_version < '3.12'",
"PySide6 >= 6.6; python_implementation == 'CPython'",
"pytest >= 7.4.0",
"pytest-freezer",
"pytest-lazy-fixture",
"pytest-mock",
"uwsgi; python_version < '3.12' and platform_system != 'Windows'",
"uwsgi; python_implementation == 'CPython' and platform_system != 'Windows'",
]
doc = [
"sphinx",
Expand Down

0 comments on commit b0ac2c7

Please sign in to comment.