Skip to content

Commit

Permalink
Drop pipfiles & upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Dec 19, 2020
1 parent 38678d3 commit 88d464d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 187 deletions.
13 changes: 0 additions & 13 deletions Pipfile

This file was deleted.

155 changes: 0 additions & 155 deletions Pipfile.lock

This file was deleted.

8 changes: 0 additions & 8 deletions README.md
Expand Up @@ -14,14 +14,6 @@ $ git clone https://github.com/greyli/watchlist.git
$ cd watchlist
```
create & active virtual enviroment then install dependencies:

option 1 (with Pipenv):
```
$ pipenv install --dev
$ pipenv shell
```

option 2 (with venv/virtualenv + pip):
```
$ python -m venv env # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate # use `env\Scripts\activate` on Windows
Expand Down
21 changes: 10 additions & 11 deletions requirements.txt
@@ -1,12 +1,11 @@
click==7.0
flask-login==0.4.1
flask-sqlalchemy==2.3.2
flask==1.0.2
Click==7.0
coverage==5.1
Flask==1.1.1
Flask-Login==0.4.1
Flask-SQLAlchemy==2.4.0
itsdangerous==1.1.0
jinja2==2.10
markupsafe==1.1.0
python-dotenv==0.10.1
sqlalchemy==1.2.16
werkzeug==0.14.1
# dev
coverage==4.5.2
Jinja2==2.10.1
MarkupSafe==1.1.1
python-dotenv==0.10.3
SQLAlchemy==1.3.6
Werkzeug==0.15.4

0 comments on commit 88d464d

Please sign in to comment.