Skip to content

Commit

Permalink
try spaces in reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jan 28, 2024
1 parent b2183ca commit 783b16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ eventlet
Jinja2>=2.11 # BSD License (3 clause)
jsonschema!=2.5.0,>=2.0.0,<=3.2 # MIT
# networkx v2.6 does not support Python3.6. Update networkx to match st2
networkx>=2.5.1,<2.6; python_version < '3.7'
networkx>=2.6,<3; python_version >= '3.7'
networkx>=2.5.1,<2.6 ; python_version < '3.7'
networkx>=2.6,<3 ; python_version >= '3.7'
python-dateutil
PyYAML>=3.1.0 # MIT
six>=1.9.0
Expand Down

0 comments on commit 783b16e

Please sign in to comment.