Merge pull request #9 from nvllsvm/fastavro

Add support for fastavro<2
This commit is contained in:
Ryan Mclean 2022-02-10 15:48:35 -05:00 committed by GitHub
commit f1359dcbf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
fastavro>=0.10.1,<2.0.0
tornado>=6,<7