Skip to content

Commit

Permalink
poetry export
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Jun 24, 2023
1 parent 3c9e3a1 commit 9e924b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ certifi==2022.12.7 ; python_version >= "3.11" and python_version < "3.12"
cffi==1.15.1 ; python_version >= "3.11" and python_version < "3.12"
charset-normalizer==2.1.1 ; python_version >= "3.11" and python_version < "3.12"
click==8.0.4 ; python_version >= "3.11" and python_version < "3.12"
colorama==0.4.4 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32" or python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"
colorama==0.4.4 ; python_version >= "3.11" and python_version < "3.12" and (sys_platform == "win32" or platform_system == "Windows")
colorlog==4.8.0 ; python_version >= "3.11" and python_version < "3.12"
coverage==5.5 ; python_version >= "3.11" and python_version < "3.12"
coveralls==3.2.0 ; python_version >= "3.11" and python_version < "3.12"
Expand Down

0 comments on commit 9e924b6

Please sign in to comment.