aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ircrobots/relax-dependencies.patch
blob: 9aed3577f63d04e44d81f1da309bd58d5fd9bb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/requirements.txt b/requirements.txt
index 87a2d31..4e0efb1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-anyio            ==1.3.0
+anyio
 asyncio-throttle ==1.0.1
-dataclasses      ==0.6
-ircstates        ==0.11.2
+dataclasses; python_version < "3.7"
+ircstates        >=0.11.2
 async_stagger    ==0.3.0
 async_timeout    ==3.0.1