mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 11:42:16 +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_:
|
You'll need these to run _Supysonic_:
|
||||||
|
|
||||||
* Python 2.7 or >= 3.5
|
* Python 2.7 or >= 3.5
|
||||||
* [Flask](http://flask.pocoo.org/) >= 0.9
|
* [Flask](http://flask.pocoo.org/)
|
||||||
* [PonyORM](https://ponyorm.com/)
|
* [PonyORM](https://ponyorm.com/)
|
||||||
* [Python Imaging Library](https://github.com/python-pillow/Pillow)
|
* [Python Imaging Library](https://github.com/python-pillow/Pillow)
|
||||||
* [requests](http://docs.python-requests.org/)
|
* [requests](http://docs.python-requests.org/)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
flask>=0.9
|
flask>=0.11
|
||||||
pony
|
pony>=0.7.2
|
||||||
Pillow
|
Pillow
|
||||||
requests>=1.0.0
|
requests>=1.0.0
|
||||||
mutagen
|
mutagen>=1.33
|
||||||
watchdog
|
watchdog>=0.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user