This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
kombu
mirror of
https://github.com/celery/kombu.git
Watch
1
Star
1
Fork
You've already forked kombu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
208eccefd4
kombu
/
requirements
/
test.txt
7 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update (#1652)
2023-02-01 12:10:16 +00:00
pytz
pytest>=7.1.1
Use pytest-sugar for output.
2018-05-20 08:02:41 +00:00
pytest-sugar
Making the pyro transport available, fix it for recent Pyro4 versions, add broker daemon (#895) * Make the pyro transport available and fix it for recent Pyro4 version. Implemented the missing Pyro Kombu broker to actually be able to use the Pyro transport * code style
2018-11-25 14:40:54 +00:00
Pyro4
Added possibility to serialize and deserialize binary messages in json (#1516) * Added possibility to serialize and deserialize binary messages in json * Flake8 fixed * Hypothesis added to improve test range. Fixed issue b'\x80' serialization. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added docstring * Fixed pylint Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-12 12:52:41 +00:00
hypothesis
Datetime serialization and deserialization fixed (#1515) * Datetime serialization and deserialization fixed * Unit test fixed * Unit test fixed * Fixed pylint * Added Undocumented Autodoc Modules * Update kombu/utils/json.py Co-authored-by: Omer Katz <omer.katz@omerkatz.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Clean and freeze now * Clean and freeze now * Clean and freeze now * Clean and freeze now Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> Co-authored-by: Omer Katz <omer.katz@omerkatz.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-05-31 05:21:04 +00:00
pytest-freezegun