Skip to content

Commit

Permalink
Merge pull request #1007 from betagouv/fix/django-stubs-shoud-be-in-b…
Browse files Browse the repository at this point in the history
…ase-requirements

fix: django-stubs should be in base requirements
  • Loading branch information
wiwski authored Jul 18, 2024
2 parents e2b8fa0 + 0bbfdb3 commit febddb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ django-filter==24.2
Django==5.0.7
djangorestframework==3.15.2
djangorestframework-simplejwt==5.3.1
django-stubs[compatible-mypy]==5.0.2 # not dev because used in code (WithAnnotations)
graphene-django==3.2.2
gunicorn==22.0.0
markdown==3.6
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-i https://pypi.org/simple
-r base.txt
black==24.4.2
django-stubs[compatible-mypy]==5.0.2
factory-boy==3.3.0
flake8==7.1.0
ipython==8.26.0
Expand Down

0 comments on commit febddb8

Please sign in to comment.