requirements.txt simplifications.

This commit is contained in:
Cyril Jouve
2019-02-07 10:34:07 +00:00
committed by Dave Page
parent a1ce6d9513
commit 28ce485cd2
2 changed files with 5 additions and 7 deletions

View File

@@ -4,8 +4,6 @@
# ignored when building a PIP Wheel. # ignored when building a PIP Wheel.
############################################################################## ##############################################################################
blinker==1.4 blinker==1.4
extras==1.0.0
fixtures==3.0.0
Flask==0.12.4 Flask==0.12.4
Flask-Gravatar==0.5.0 Flask-Gravatar==0.5.0
Flask-Login==0.3.2 Flask-Login==0.3.2
@@ -14,12 +12,7 @@ Flask-Migrate==2.1.1
Flask-Principal==0.4.0 Flask-Principal==0.4.0
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.3.2
Flask-WTF==0.14.2 Flask-WTF==0.14.2
html5lib==1.0.1
linecache2==1.0.0
passlib==1.7.1 passlib==1.7.1
pbr==3.1.1
pyrsistent==0.14.2
python-mimeparse==1.6.0
pytz==2018.3 pytz==2018.3
simplejson==3.13.2 simplejson==3.13.2
six>=1.11.0 six>=1.11.0

View File

@@ -6,8 +6,13 @@
########################################### ###########################################
# Add all the development dependencies here # Add all the development dependencies here
########################################### ###########################################
extras==1.0.0
fixtures==3.0.0
linecache2==1.0.0
pbr==3.1.1
pycodestyle==2.3.1 pycodestyle==2.3.1
pyperclip~=1.6.0 pyperclip~=1.6.0
python-mimeparse==1.6.0
testscenarios==0.5.0 testscenarios==0.5.0
testtools==2.3.0 testtools==2.3.0
traceback2==1.4.0 traceback2==1.4.0