Skip to content
Snippets Groups Projects
Unverified Commit 26081ee7 authored by James Curtin's avatar James Curtin
Browse files

Eliminate unnecessary pinned dependencies

parent 5d7f8ab3
No related branches found
No related tags found
No related merge requests found
...@@ -6,15 +6,11 @@ name = "pypi" ...@@ -6,15 +6,11 @@ name = "pypi"
[packages] [packages]
# Flask # Flask
Flask = "==1.0.3" Flask = "==1.0.3"
MarkupSafe = "==1.1.1"
Werkzeug = "==0.15.4" Werkzeug = "==0.15.4"
Jinja2 = "==2.10.1"
itsdangerous = "==1.1.0"
click = ">=5.0" click = ">=5.0"
# Database # Database
Flask-SQLAlchemy = "==2.4.0" Flask-SQLAlchemy = "==2.4.0"
psycopg2-binary = "==2.8.2"
SQLAlchemy = "==1.3.4" SQLAlchemy = "==1.3.4"
# Migrations # Migrations
...@@ -61,4 +57,3 @@ flake8-isort = "==2.7.0" ...@@ -61,4 +57,3 @@ flake8-isort = "==2.7.0"
flake8-quotes = "==2.0.1" flake8-quotes = "==2.0.1"
isort = "==4.3.20" isort = "==4.3.20"
pep8-naming = "==0.8.2" pep8-naming = "==0.8.2"
...@@ -43,8 +43,6 @@ ...@@ -43,8 +43,6 @@
"less": "^3.9.0", "less": "^3.9.0",
"mini-css-extract-plugin": "^0.7.0", "mini-css-extract-plugin": "^0.7.0",
"raw-loader": "^3.0.0", "raw-loader": "^3.0.0",
"style-loader": "^0.23.1",
"sync-exec": "^0.6.2",
"url-loader": "^2.0.0", "url-loader": "^2.0.0",
"webpack-cli": "^3.3.2", "webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1", "webpack-dev-server": "^3.5.1",
......
...@@ -2,15 +2,11 @@ ...@@ -2,15 +2,11 @@
# Flask # Flask
Flask==1.0.2 Flask==1.0.2
MarkupSafe==1.0
Werkzeug==0.14.1 Werkzeug==0.14.1
Jinja2==2.10
itsdangerous==1.1.0
click>=5.0 click>=5.0
# Database # Database
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.3.2
psycopg2-binary==2.8.2
SQLAlchemy==1.2.11 SQLAlchemy==1.2.11
# Migrations # Migrations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment