1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-18 18:31:04 +00:00

Update requirements with proper versions

[ci skip]
This commit is contained in:
spl0k 2018-03-15 22:45:05 +01:00
parent b72daea109
commit e8d0d4b6b6
2 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ To install it, run:
You'll need these to run _Supysonic_:
* Python 2.7 or >= 3.5
* [Flask](http://flask.pocoo.org/) >= 0.9
* [Flask](http://flask.pocoo.org/)
* [PonyORM](https://ponyorm.com/)
* [Python Imaging Library](https://github.com/python-pillow/Pillow)
* [requests](http://docs.python-requests.org/)

View File

@ -1,6 +1,6 @@
flask>=0.9
pony
flask>=0.11
pony>=0.7.2
Pillow
requests>=1.0.0
mutagen
watchdog
mutagen>=1.33
watchdog>=0.8.0