Fixed requirements

This commit is contained in:
Krateng 2019-05-23 14:16:44 +02:00
parent dbba4ed671
commit fc24d19da5
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ Also neat: You can use your **custom artist or track images**.
* [python3](https://www.python.org/) - [GitHub](https://github.com/python/cpython)
* [bottle.py](https://bottlepy.org/) - [GitHub](https://github.com/bottlepy/bottle)
* [waitress](https://docs.pylonsproject.org/projects/waitress/) - [GitHub](https://github.com/Pylons/waitress)
* [doreah](https://pypi.org/project/doreah/) - [GitHub](https://github.com/krateng/doreah) (at least Version 0.7.2)
* [nimrodel](https://pypi.org/project/nimrodel/) - [GitHub](https://github.com/krateng/nimrodel) (at least Version 0.4.4)
* [doreah](https://pypi.org/project/doreah/) - [GitHub](https://github.com/krateng/doreah) (at least Version 0.9.1)
* [nimrodel](https://pypi.org/project/nimrodel/) - [GitHub](https://github.com/krateng/nimrodel) (at least Version 0.4.5)
* [setproctitle](https://pypi.org/project/setproctitle/) - [GitHub](https://github.com/dvarrazzo/py-setproctitle)
* If you'd like to display images, you will need API keys for [Last.fm](https://www.last.fm/api/account/create) and [Fanart.tv](https://fanart.tv/get-an-api-key/). These are free of charge!

View File

@ -1,5 +1,5 @@
bottle>=0.12.16
waitress>=1.3
doreah>=0.7.2
nimrodel>=0.4.4
doreah>=0.9.1
nimrodel>=0.4.5
setproctitle>=1.1.10