summarylogtreecommitdiffstats
path: root/fix-requirements.diff
blob: e9fa0e34d21d4c4568a35c0ad7b3943be751b150 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- requirements.txt.orig	2019-05-17 15:46:13.925840190 +0200
+++ requirements.txt	2019-05-17 15:54:03.083018342 +0200
@@ -6,7 +6,5 @@
 raven>=5.23.0
 psutil>=3.0.0
 zipstream>=1.1.4
-typing>=3.5.3.0 # 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
-
+async-timeout>=3.0.0