aports/testing/sopel/update-requirements.patch
Kevin Daudt 54c47d9463 testing/sopel: upgrade to 7.0.0
Disabled test suite because it fails to properly run:

> ERROR sopel/__init__.py - pkg_resources.DistributionNotFound: The 'sopel'
> distribution was not found and is required by the application

Upstream issue: https://github.com/sopel-irc/sopel/issues/1846
2020-04-18 18:10:23 +00:00

14 lines
349 B
Diff

diff --git a/requirements.txt b/requirements.txt
index 5b27125..6aaf76e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
xmltodict<0.12.0; python_version == '3.3'
xmltodict==0.12; python_version != '3.3'
pytz
-praw>=4.0.0,<6.0.0
+praw>=4.0.0,<7.0.0
geoip2<3.0.0
ipaddress<2.0; python_version < '3.3'
requests>=2.0.0,<3.0.0