summarylogtreecommitdiffstats
path: root/fix-requirements.diff
diff options
context:
space:
mode:
authorStephan Springer2019-02-26 11:55:33 +0100
committerStephan Springer2019-02-26 11:55:33 +0100
commit744b1350a16334d4129e83ed35dafb8402dab571 (patch)
tree5aa4e1e6fea56093940c478deb7ef90d4abf7619 /fix-requirements.diff
parent34acc7266df3828a4c839ac418356697a4e8c01a (diff)
downloadaur-744b1350a16334d4129e83ed35dafb8402dab571.tar.gz
update to version 2.1.13
Diffstat (limited to 'fix-requirements.diff')
-rw-r--r--fix-requirements.diff14
1 files changed, 5 insertions, 9 deletions
diff --git a/fix-requirements.diff b/fix-requirements.diff
index 1d32e7c5fd6c..b347f82c86a1 100644
--- a/fix-requirements.diff
+++ b/fix-requirements.diff
@@ -1,12 +1,8 @@
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -6,6 +6,6 @@
- raven>=5.23.0
- psutil>=3.0.0
+--- requirements.txt.orig 2019-02-26 11:45:34.785569513 +0100
++++ requirements.txt 2019-02-26 11:52:02.083121313 +0100
+@@ -8,4 +8,4 @@
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
+ 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
-\ No newline at end of file
-+async-timeout>=3.0.0 # pyup: ignore; 3.0 drops support for python 3.4
++async-timeout>=3.0.0