mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 17:06:17 +00:00
Update requirements with proper versions
[ci skip]
This commit is contained in:
parent
b72daea109
commit
e8d0d4b6b6
@ -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/)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user