diff --git a/README.md b/README.md index ac8864f..d0bf510 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Licensed under the MIT License. See file [LICENSE](./LICENSE). Collection of [Python](https://www.python.org/) development examples. [![CodeQL](https://github.com/mneiferbag/python-examples/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/mneiferbag/python-examples/actions/workflows/github-code-scanning/codeql) +[![Python package](https://github.com/mneiferbag/python-examples/actions/workflows/python-package.yml/badge.svg)](https://github.com/mneiferbag/python-examples/actions/workflows/python-package.yml) ## Links @@ -12,3 +13,7 @@ Collection of [Python](https://www.python.org/) development examples. * [asyncio](https://docs.python.org/3/library/asyncio.html) * Testing * [pytest](https://github.com/pytest-dev/pytest/) + +## Tasks + +* [ ] Add workflow to run tests diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..19c2093 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +build==1.3.0 +click==8.2.1 +exceptiongroup==1.3.0 +gitdb==4.0.12 +GitPython==3.1.45 +iniconfig==2.1.0 +loguru==0.7.3 +-e . +packaging==25.0 +pip-tools==7.5.0 +pluggy==1.6.0 +Pygments==2.19.2 +pyproject_hooks==1.2.0 +pytest==8.4.1 +smmap==5.0.2 +tomli==2.2.1 +typing_extensions==4.14.1