1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-09-27 00:01:31 +02:00
parent c5ef9dfc79
commit 742ca9f23f
2 changed files with 13 additions and 3 deletions

View File

@ -22,7 +22,18 @@ Please ignore the `/tests` folder. It is very old, and unsupported,
but kept for archival purposes.
# License
## Dependencies
All requirements can be installed easily using:
```bash
pip install -r requirements.txt
```
Full list of requirements:
## License
```
MIT License

View File

@ -45,8 +45,7 @@ with open(PACKAGE_NAME + '/_version.py') as f:
version = parse_version_file(f.read())
REQUIREMENTS_MAIN = [
]
REQUIREMENTS_MAIN = []
REQUIREMENTS_TEST = [
'pytest',
]