summarylogtreecommitdiffstats
path: root/fix-requirements.diff
blob: 1d32e7c5fd6cfcfd8b32b5e4c023e400aa0b9978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,6 @@
 raven>=5.23.0
 psutil>=3.0.0
 zipstream>=1.1.4
-typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
+typing>=3.5.3.0;python_version<"3.5" # Otherwise yarl fails with python 3.4
 prompt-toolkit==1.0.15
-async-timeout<3.0.0 # pyup: ignore; 3.0 drops support for python 3.4
\ No newline at end of file
+async-timeout>=3.0.0 # pyup: ignore; 3.0 drops support for python 3.4