Add support for fastavro<2

The breaking change in fastavro 1.0 was that it dropped Python 2 support
This commit is contained in:
Andrew Rabert 2022-02-08 11:40:34 -05:00
parent d8e4d467fe
commit fcd884113d
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ and can be installed via ``pip`` or ``easy_install``:
Requirements
------------
- sprockets.mixins.amqp>=3.0.0
- fastavro>=0.10.1,<1.0.0
- fastavro>=0.10.1,<2.0.0
- tornado>=6,<7
Example

View file

@ -1,4 +1,4 @@
sprockets.mixins.amqp>=3.0.0,<4
sprockets.mixins.http>=2.3.0,<3
fastavro>=0.10.1,<1.0.0
tornado>=6,<7
fastavro>=0.10.1,<2.0.0
tornado>=6,<7