aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-cleo/files/patch-setup.py
blob: 90c07a88e88429f00231749a931f9a19abe92e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Obtained from:  https://github.com/python-poetry/cleo/commit/64af7b27c84ea693c75dbf4dd93cb84c37be940b

--- setup.py.orig	1970-01-01 00:00:00 UTC
+++ setup.py
@@ -23,7 +23,7 @@ package_data = \
 {'': ['*']}
 
 install_requires = \
-['crashtest>=0.4.1,<0.5.0', 'rapidfuzz>=2.2.0,<3.0.0']
+['crashtest>=0.4.1,<0.5.0', 'rapidfuzz>=2.0.0,<3.0.0']
 
 setup_kwargs = {
     'name': 'cleo',