Skip to content

Commit

Permalink
Use official dbdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque committed Jan 13, 2024
1 parent e45d984 commit 2a85974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def read(fname):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deps =
# sphinx
Sphinx==4.2.0
; django-dbdiff
git+https://github.com/pfouque/django-dbdiff.git@fix312#egg=django-dbdiff
git+https://github.com/yourlabs/django-dbdiff.git@fix312#egg=django-dbdiff

[test]
deps =
Expand All @@ -43,7 +43,7 @@ deps =
pylint-django
djangorestframework
; django-dbdiff
git+https://github.com/pfouque/django-dbdiff.git@fix312#egg=django-dbdiff
git+https://github.com/yourlabs/django-dbdiff.git@fix312#egg=django-dbdiff
django-ajax-selects==2.2.0
django-autoslug==1.9.9
graphene==3.3
Expand Down

0 comments on commit 2a85974

Please sign in to comment.