Skip to content

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Feb 6, 2021
2 parents b66a23a + e316685 commit f66e686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fastnumbers==3.0.0
furl==2.0.0
argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi
celery==4.4.6 # pyup: < 5.0,!=4.4.7 # https://github.com/celery/celery
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ pytest==6.1.1 # https://github.com/pytest-dev/pytest
# Code quality
# ------------------------------------------------------------------------------
flake8==3.8.4 # https://github.com/PyCQA/flake8
coverage==5.3 # https://github.com/nedbat/coveragepy
coverage # https://github.com/nedbat/coveragepy

# Django
# ------------------------------------------------------------------------------
factory-boy==3.0.1 # https://github.com/FactoryBoy/factory_boy

django-debug-toolbar==3.1.1 # https://github.com/jazzband/django-debug-toolbar
django-extensions==3.0.9 # https://github.com/django-extensions/django-extensions
django-coverage-plugin==1.7.0 # https://github.com/nedbat/django_coverage_plugin
django-coverage-plugin # https://github.com/nedbat/django_coverage_plugin
pytest-django==4.0.0 # https://github.com/pytest-dev/pytest-django

0 comments on commit f66e686

Please sign in to comment.