From e8d0d4b6b607fab6f32f6fd459c39f5b0bb075e5 Mon Sep 17 00:00:00 2001 From: spl0k Date: Thu, 15 Mar 2018 22:45:05 +0100 Subject: [PATCH] Update requirements with proper versions [ci skip] --- README.md | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3833d11..7a4c2df 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/requirements.txt b/requirements.txt index df2c04e..7c1623b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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