Skip to content

Commit

Permalink
Fix incompatible versions
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Jul 10, 2024
1 parent 1666780 commit 96a390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PyQt5~=5.15.6
python-json-logger~=2.0.7
python-multipart~=0.0.5
PyYAML~=5.4.1; python_version <= '3.9'
PyYAML~=6.0.1; python_version > '3.9'
PyYAML~=5.3.1; python_version > '3.9'
redis~=4.1.2
requests~=2.27.1
SQLAlchemy~=1.4.46
Expand Down

0 comments on commit 96a390a

Please sign in to comment.