1
0

Compare commits

..

No commits in common. "b018a32f2018b600ed05503ae26f1542b08a81ea" and "c5ef9dfc798395324fa569ee0d767c16cbc146d3" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View File

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

View File

@ -1 +1 @@
__version__ = '0.3.11'
__version__ = '0.3.10'

View File

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