summarylogtreecommitdiffstats
path: root/setup.py.patch
diff options
context:
space:
mode:
authorVictor Häggqvist2015-08-02 18:23:55 +0200
committerVictor Häggqvist2015-08-02 18:23:55 +0200
commitc1c4534dd6ed8322b6e37344cb3d14f02a630569 (patch)
treed9427c91f36b7dfeb37f1d0550c6fa84f181935c /setup.py.patch
parent856b03e945d57022ae2ebfc91360f09a86f597c8 (diff)
downloadaur-c1c4534dd6ed8322b6e37344cb3d14f02a630569.tar.gz
bump to 1.3.0
also patch away requrement of old requests added in this version
Diffstat (limited to 'setup.py.patch')
-rw-r--r--setup.py.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/setup.py.patch b/setup.py.patch
new file mode 100644
index 000000000000..058f7bbab688
--- /dev/null
+++ b/setup.py.patch
@@ -0,0 +1,11 @@
+--- setup.py 2015-07-31 09:29:06.000000000 +0200
++++ setup.py.new 2015-08-02 18:08:50.765718643 +0200
+@@ -9,7 +9,7 @@
+ install_requires = [
+ "python-dateutil",
+ "arrow",
+- "requests==2.5.3",
++ "requests",
+ "pyfiglet",
+ "twitter",
+ "Pillow",