mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-18 04:02:30 +02:00
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
14 lines
349 B
Diff
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
|