Skip to content

Commit

Permalink
Added dev requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-systemtwo committed May 17, 2024
1 parent 44cea49 commit 909ba86
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
black==23.12.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
click==8.1.7 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9" and sys_platform == "win32" or python_full_version >= "3.8.1" and python_full_version <= "3.11.9" and platform_system == "Windows"
coverage[toml]==7.5.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
exceptiongroup==1.2.1 ; python_full_version >= "3.8.1" and python_version < "3.11"
iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
mypy-extensions==1.0.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
packaging==22.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
pathspec==0.12.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
platformdirs==4.2.2 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
pluggy==1.5.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
pytest-cov==4.1.0 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
pytest==7.4.4 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
ruff==0.0.286 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0a6"
typing-extensions==4.11.0 ; python_full_version >= "3.8.1" and python_version < "3.11"

0 comments on commit 909ba86

Please sign in to comment.