Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pytest-django
pytest-factoryboy
pytest-mock
pytest-tap
responses<=0.13.4
responses<0.18.1
Sphinx
Werkzeug<2
29 changes: 13 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
alabaster==0.7.12
# via sphinx
appnope==0.1.2
# via ipython
asgiref==3.5.0
# via
# -c requirements/prod.txt
Expand Down Expand Up @@ -48,15 +46,15 @@ decorator==5.1.1
# ipython
distlib==0.3.4
# via virtualenv
django-debug-toolbar==3.2.4
# via -r requirements/dev.in
django-extensions==3.1.5
# via -r requirements/dev.in
django==3.1.14
# via
# -c requirements/prod.txt
# django-debug-toolbar
# django-extensions
django-debug-toolbar==3.2.4
# via -r requirements/dev.in
django-extensions==3.1.5
# via -r requirements/dev.in
docopt==0.6.2
# via coveralls
docutils==0.16
Expand Down Expand Up @@ -159,6 +157,13 @@ pyparsing==3.0.7
# via
# -c requirements/prod.txt
# packaging
pytest==7.0.1
# via
# -r requirements/dev.in
# pytest-django
# pytest-factoryboy
# pytest-mock
# pytest-tap
pytest-django==4.5.2
# via -r requirements/dev.in
pytest-factoryboy==2.1.0
Expand All @@ -167,13 +172,6 @@ pytest-mock==3.7.0
# via -r requirements/dev.in
pytest-tap==3.3
# via -r requirements/dev.in
pytest==7.0.1
# via
# -r requirements/dev.in
# pytest-django
# pytest-factoryboy
# pytest-mock
# pytest-tap
python-dateutil==2.8.2
# via
# -c requirements/prod.txt
Expand All @@ -193,13 +191,12 @@ requests==2.27.1
# coveralls
# responses
# sphinx
responses==0.13.4
responses==0.18.0
# via -r requirements/dev.in
six==1.16.0
# via
# -c requirements/prod.txt
# python-dateutil
# responses
# virtualenv
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -224,7 +221,7 @@ sqlparse==0.4.2
# django-debug-toolbar
stack-data==0.2.0
# via ipython
tap.py==3.1
tap-py==3.1
# via pytest-tap
toml==0.10.2
# via
Expand Down