We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844c18c commit 7a78f85Copy full SHA for 7a78f85
requirements.txt
@@ -5,7 +5,10 @@
5
6
# Requirements
7
requests>=2.21,<3.0
8
-typing>=3.6,<4.0
+
9
+# Typing is included in the Python standard library as of 3.5
10
+# See - https://docs.python.org/3/library/typing.html
11
+typing>=3.6,<4.0; python_version < '3.5'
12
13
# Dev requirements
14
-r requirements/requirements-testing.txt
0 commit comments