Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Do not install typing on Python3.5 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
luzfcb authored and antonagestam committed Jan 4, 2020
1 parent 1dc571c commit 1f15e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
install_requires=[
"Django>=1.11",
"django-storages>=1.6",
"typing",
'typing;python_version<"3.5"',
"typing-extensions",
],
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,4 +1,4 @@
typing
typing;python_version<"3.5"
typing-extensions
mock
coveralls
Expand Down

0 comments on commit 1f15e5d

Please sign in to comment.