Skip to content

Commit

Permalink
Simpler versioning for tables and pyyaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Jul 9, 2024
1 parent d601e72 commit 3014de0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ pydantic~=1.9.0
PyQt5~=5.15.6
python-json-logger~=2.0.7
python-multipart~=0.0.5
# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638801106
PyYAML>=5.3.1; python_version <= '3.5'
PyYAML>=5.3.1,!=5.4.0,!=5.4.1; python_version >= '3.6' and python_version <= '3.11'
PyYAML>=5.3.1,!=5.4.0,!=5.4.1,!=6.0.0; python_version >= '3.12'
PyYAML~=5.4.1; python_version <= '3.9'
PyYAML~=6.0.1; python_version > '3.9'
redis~=4.1.2
requests~=2.27.1
SQLAlchemy~=1.4.46
Expand Down

0 comments on commit 3014de0

Please sign in to comment.