Skip to content

Commit cdf83f4

Browse files
author
meer sawood
committed
Fix: Dependency Mismatch
1 parent 975cf89 commit cdf83f4

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
env/
2+
venv/

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Instructions:
2828

2929
1. clone the repository and navigate to the directory
3030

31+
2. Create a virtual environment
32+
```python
33+
python3 -m venv venv && source venv/bin/activate
34+
```
35+
3136
2. Install the dependencies
3237

3338
```python

database.db

0 Bytes
Binary file not shown.

requirements.txt

+8-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
Flask==1.1.1
2-
Flask-Bootstrap==3.3.5.7
3-
Flask-Compress==1.4.0
4-
Flask-DebugToolbar==0.10.1
5-
Flask-Login==0.3.2
6-
Flask-Mail==0.9.1
7-
Flask-Migrate==2.1.1
8-
Flask-Moment==0.5.1
9-
Flask-OpenID==1.2.5
10-
Flask-PageDown==0.2.2
11-
Flask-RESTful==0.3.6
12-
Flask-Script==2.0.5
13-
Flask-Session==0.3.1
14-
Flask-SQLAlchemy==2.3.2
15-
Flask-Uploads==0.2.1
16-
Flask-WTF==0.11
1+
click==7.1.2
2+
Flask==1.1.2
3+
Flask-WTF==0.14.3
4+
itsdangerous==1.1.0
5+
Jinja2==2.11.2
6+
MarkupSafe==1.1.1
7+
Werkzeug==1.0.1
8+
WTForms==2.3.3

0 commit comments

Comments
 (0)