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', ]