mirror of https://github.com/celery/kombu.git
fixed packaging issue.
This commit is contained in:
parent
19ffbff0e6
commit
066de17200
|
@ -1,2 +1,2 @@
|
|||
brotlipy>=0.7.0;python_implementation=="PyPy"
|
||||
brotli>=1.0.0;python_implementation=="CPython"
|
||||
brotlipy>=0.7.0;platform_python_implementation=="PyPy"
|
||||
brotli>=1.0.0;platform_python_implementation=="CPython"
|
||||
|
|
Loading…
Reference in New Issue