Skip to content

Commit

Permalink
Cleanup dev dependencies a little bit
Browse files Browse the repository at this point in the history
Allow newer versions of freezegun (1.1.0 remains the minimum for Python
3.5) and remove linting dependencies as they are listed in the
  pre-commit-config.yaml file.
  • Loading branch information
Delgan committed Jul 8, 2022
1 parent f1c8d48 commit 4c44b4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,8 @@
"pytest-mypy-plugins>=1.2.0 ; python_version>='3.6'",
# Testing utils.
"colorama>=0.3.4",
"freezegun==1.1.0",
"freezegun>=1.1.0",
"mypy>=v0.910",
# Linting.
"black>=19.10b0 ; python_version>='3.6'",
"isort>=5.1.1 ; python_version>='3.6'",
"flake8>=3.7.7",
# Docs.
"Sphinx==5.0.1 ; python_version>='3.6'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.6'",
Expand Down

0 comments on commit 4c44b4d

Please sign in to comment.