Skip to content

Commit 4b4899f

Browse files
committed
Remove my changes to requirements.txt
1 parent b56ef54 commit 4b4899f

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

requirements.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
appdirs==1.4.4
2-
Brotli==1.0.9
3-
click==8.0.3
4-
decorator==5.1.1
5-
Flask==2.0.2
6-
Flask-Compress==1.10.1
7-
Flask-Humanize==0.3.0
8-
Flask-SQLAlchemy==2.5.1
9-
Flask-WTF==1.0.0
10-
humanize==4.0.0
11-
itsdangerous==2.0.1
12-
Jinja2==3.0.3
13-
MarkupSafe==2.0.1
14-
packaging==21.3
15-
pbr==5.8.1
16-
psutil==5.9.0
17-
pyparsing==3.0.7
18-
python-utils==3.1.0
19-
six==1.16.0
20-
SQLAlchemy==1.4.31
21-
sqlalchemy-migrate==0.13.0
22-
sqlparse==0.4.2
23-
Tempita==0.5.2
24-
Werkzeug==2.0.3
25-
WTForms==3.0.1
1+
appdirs>=1.4.4
2+
Brotli>=1.0.9
3+
click>=8.0.3
4+
decorator>=5.1.1
5+
Flask>=2.0.2
6+
Flask-Compress>=1.10.1
7+
Flask-Humanize>=0.3.0
8+
Flask-SQLAlchemy>=2.5.1
9+
Flask-WTF>=1.0.0
10+
humanize>=4.0.0
11+
itsdangerous>=2.0.1
12+
Jinja2>=3.0.3
13+
MarkupSafe>=2.0.1
14+
packaging>=21.3
15+
pbr>=5.8.1
16+
psutil>=5.9.0
17+
pyparsing>=3.0.7
18+
python-utils>=3.1.0
19+
six>=1.16.0
20+
SQLAlchemy>=1.4.31
21+
sqlalchemy-migrate>=0.13.0
22+
sqlparse>=0.4.2
23+
Tempita>=0.5.2
24+
Werkzeug>=2.0.3
25+
WTForms>=3.0.1

0 commit comments

Comments
 (0)