Skip to content

Commit

Permalink
SQLAlchemy 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy2000 committed Mar 4, 2024
1 parent 568f0ee commit e5c16da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ commands =
make clean-build clean-pyc clean-test test
deps =
django32: django<3.3
django32: djangorestframework<3.7
django32: djangorestframework<3.12
django32: sqlalchemy<1.5
django42: django<4.2
django42: djangorestframework>3.7
django42: djangorestframework>3.12
django42: sqlalchemy<1.5
djangolatest: django
djangolatest: sqlalchemy<1.5
poetry_dep_groups = [dev]
whitelist_externals =
make
Expand Down

0 comments on commit e5c16da

Please sign in to comment.