Skip to content

Commit 1fc1233

Browse files
authored
Allowing poetry and redis-py to install together (#1854)
This moves packaging to >=20.4 rather than the latest.
1 parent cb19873 commit 1fc1233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
python_requires=">=3.6",
3333
install_requires=[
3434
"deprecated>=1.2.3",
35-
"packaging>=21.3",
35+
"packaging>=20.4",
3636
'importlib-metadata >= 1.0; python_version < "3.8"',
3737
],
3838
classifiers=[

0 commit comments

Comments
 (0)