From 742ca9f23f4fdf9f294f29efdded512fefba98c8 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Fri, 27 Sep 2024 00:01:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 13 ++++++++++++- setup.py | 3 +-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eaa3189..4d15e04 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 27f7002..cc5e6c8 100644 --- a/setup.py +++ b/setup.py @@ -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', ]