Skip to content

Commit 0bdfefe

Browse files
authored
Merge pull request #227 from ComputerScienceHouse/package_upgrades
Updating packages to reasonable patches
2 parents bc4ab00 + cab07f8 commit 0bdfefe

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

requirements.txt

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
alembic==0.9.8
2-
astroid==2.2.5
3-
blinker==1.4
4-
click==6.7
5-
csh-ldap==2.0.2
6-
Flask==1.0.2
7-
Flask-Migrate==2.1.1
8-
Flask-pyoidc==1.3.0
9-
Flask-SQLAlchemy==2.3.2
10-
gunicorn==19.7.1
11-
isort==4.3.4
12-
itsdangerous==0.24
13-
Jinja2==2.10.*
14-
lazy-object-proxy==1.3.1
15-
Mako==1.0.7
16-
MarkupSafe==1.0
17-
mccabe==0.6.1
18-
oic==0.11.0.1
19-
psycopg2==2.7.4
20-
pyldap==2.4.45
21-
pylint==2.3.1
22-
python-dateutil==2.6.1
23-
python-editor==1.0.3
24-
raven==6.6.0
25-
six==1.11.0
26-
SQLAlchemy==1.3.*
27-
structlog==18.1.0
28-
Werkzeug==0.15.3
29-
wrapt==1.10.11
1+
alembic~=0.9.8
2+
astroid~=2.2.5
3+
blinker~=1.4
4+
click~=6.7
5+
csh-ldap~=2.0.2
6+
Flask~=1.1.0
7+
Flask-Migrate~=2.1.1
8+
Flask-pyoidc~=1.3.0
9+
Flask-SQLAlchemy~=2.3.2
10+
gunicorn~=19.7.1
11+
isort~=4.3.4
12+
itsdangerous~=0.24
13+
Jinja2~=2.10
14+
lazy-object-proxy~=1.3.1
15+
Mako~=1.0.7
16+
MarkupSafe~=1.0
17+
mccabe~=0.6.1
18+
oic~=0.11.0
19+
psycopg2~=2.7.4
20+
pyldap~=2.4.45
21+
pylint~=2.3.1
22+
python-dateutil~=2.6.1
23+
python-editor~=1.0.3
24+
raven~=6.6.0
25+
six~=1.11.0
26+
SQLAlchemy~=1.3.7
27+
structlog~=18.1.0
28+
Werkzeug~=0.15.3
29+
wrapt~=1.10.11

0 commit comments

Comments
 (0)