Skip to content

Commit

Permalink
Fix depencency format
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed May 20, 2022
1 parent 173a52a commit 5a08b0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ setup_requires =
pytest-runner
install_requires =
makefun>=1.5.0
# we're using typing_extensions even for new versions of python, so we don't pollute our code
# with try/except every time we use new feature.
# typing_extensions will use version from typing module if it detects new enough python.
typing-extensions>=4.2;python_version>='3.6',<'3.10'
typing-extensions>=4.2;python_version>'3.6' and python_version<'3.10'
# note: do not use double quotes in these, this triggers a weird bug in PyCharm in debug mode only
funcsigs;python_version<'3.3'
enum34;python_version<'3.4'
Expand Down

0 comments on commit 5a08b0e

Please sign in to comment.