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

Commit

Permalink
Merge 4996959 into e979787
Browse files Browse the repository at this point in the history
  • Loading branch information
luzfcb committed Dec 4, 2019
2 parents e979787 + 4996959 commit c7eb6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
typing
typing;python_version<"3.5"
typing-extensions
mock
coveralls
Expand Down

0 comments on commit c7eb6bd

Please sign in to comment.