Skip to content

Commit 17aa915

Browse files
committed
Pin versions
This pins versions to match what is being used in production. Some of these python dependencies may need updating.
1 parent 0262873 commit 17aa915

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

requirements.txt

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
python-pam
1+
python-pam==1.8.4
22
pymongo==3.12.1
3-
gunicorn
4-
flask
5-
pyyaml
6-
pyjwt
3+
gunicorn==20.1.0
4+
flask==2.0.2
5+
pyyaml==6.0
6+
pyjwt==2.3.0
77
pyjwt[crypto]
8-
cryptography
8+
cryptography==36.0.1
9+
Werkzeug==2.0.2
10+
cffi==1.15.0
11+
click==8.0.3
12+
itsdangerous==2.0.1
13+
Jinja2==3.0.3
14+
MarkupSafe==2.0.1
15+
pycparser==2.21
16+
pymongo==3.12.1

0 commit comments

Comments
 (0)