diff options
author | Asif Saif Uddin <auvipy@gmail.com> | 2019-06-15 03:25:50 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 03:25:50 +0600 |
commit | b91c81be4351a7b8594d3cba9bb91185bcce32bb (patch) | |
tree | 0b86f02eff942560c786cc6b4e4daaeb895f4e9f /requirements | |
parent | 17d0ce18ef2c26eecc1450a808989e846308c763 (diff) | |
download | kombu-b91c81be4351a7b8594d3cba9bb91185bcce32bb.tar.gz |
Revert "Use fastuuid on CPython>=3.5 (#1056)" (#1061)
This reverts commit f9fbd8eb48f21f9e308013209b33758aa5ed47e5.
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/default.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements/default.txt b/requirements/default.txt index 02e328a0..0367df9c 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,2 +1 @@ amqp>=2.5.0,<3.0 -fastuuid;platform_python_implementation=="CPython" and python_version>="3.5" and sys_platform=="linux" |