mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
requirements.txt simplifications.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user