Skip to content

Commit

Permalink
Fix requirements-dev.txt for stricter parsing (#34)
Browse files Browse the repository at this point in the history
We forgot a comma in one of the dependencies which caused Python to
eventually complain in later versions of Python 3.10.
  • Loading branch information
mristin authored Jul 6, 2024
1 parent dc093c1 commit 1ee54d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black==22.10.0
mypy==0.982
pylint==2.15.4
coverage>=6.5.0,<7
pyinstaller>=5<6
pyinstaller>=5,<6
twine
aas-core-meta@git+https://github.com/aas-core-works/aas-core-meta@6d5411b#egg=aas-core-meta
aas-core-codegen@git+https://github.com/aas-core-works/aas-core-codegen@d06db62b#egg=aas-core-codegen

0 comments on commit 1ee54d6

Please sign in to comment.