Skip to content
Closed
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
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r base.txt

Werkzeug==2.0.1 # https://github.com/pallets/werkzeug
ipdb==0.13.4 # https://github.com/gotcha/ipdb
ipdb==0.13.9 # https://github.com/gotcha/ipdb
psycopg2==2.9.1 # https://github.com/psycopg/psycopg2
watchgod==0.7 # https://github.com/samuelcolvin/watchgod

Expand All @@ -23,7 +23,7 @@ coverage==5.5 # https://github.com/nedbat/coveragepy
black==20.8b1 # https://github.com/ambv/black
pylint-django==2.4.4 # https://github.com/PyCQA/pylint-django
pre-commit==2.10.1 # https://github.com/pre-commit/pre-commit
isort==4.3.21 # https://github.com/PyCQA/isort
isort==5.9.2 # https://github.com/PyCQA/isort

# Django
# ------------------------------------------------------------------------------
Expand Down