Skip to content

Commit

Permalink
remove unnecessary requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuchy committed Oct 25, 2019
1 parent 97a5adf commit 5626490
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Expand Up @@ -8,9 +8,7 @@ name = "pypi"
[packages]
bodhi-client = "*"
flask = "*"
flask-bcrypt = "*"
flask-bootstrap = "*"
flask-login = "*"
flask-migrate = "*"
flask-sqlalchemy = "*"
flask-wtf = "*"
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
@@ -1,10 +1,8 @@
coverage==4.5.1
flake8==3.5.0
Flask==1.0.2
Flask-Bcrypt==0.7.1
Flask-Bootstrap==3.3.7.1
Flask-DebugToolbar==0.10.1
Flask-Login==0.4.1
Flask-Migrate==2.2.0
Flask-SQLAlchemy==2.3.2
Flask-Testing==0.7.1
Expand Down

0 comments on commit 5626490

Please sign in to comment.