Skip to content

Commit

Permalink
pin older orjson version for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 16, 2021
1 parent bff9686 commit e3388bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requires-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ black==21.6b0
fire==0.4.0
coloredlogs==15.0.1
flask-talisman==0.8.1
orjson==3.5.2
orjson==3.3.1;python_version<"3.7"
orjson==3.6.1;python_version>="3.7"

0 comments on commit e3388bb

Please sign in to comment.