-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Freeze python dependencies at known working versions
Added undocumented dependencies as well.
- Loading branch information
1 parent
b8ecccc
commit 6ab4adf
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
apscheduler>=3.7.0 | ||
argon2-cffi>=20.1.0 | ||
email-validator>=1.1.2 | ||
flask-multistatic>=1.0 | ||
flask-wtf>=0.14.3 | ||
apscheduler==3.7.0 | ||
argon2-cffi==20.1.0 | ||
email-validator==1.1.2 | ||
flask-multistatic==1.0 | ||
flask-wtf==0.14.3 | ||
flask==1.1.2 | ||
libsass>=0.20.1 | ||
logging_prometheus>=0.1.0 | ||
lxml>=4.6.2 | ||
mysqlclient>=2.0.3 | ||
prometheus-flask-exporter>=0.18.1 | ||
pyop>=3.2.0 | ||
pyjwkest>=1.4.2 | ||
requests>=2.25.1 | ||
libsass==0.20.1 | ||
logging_prometheus==0.1.0 | ||
lxml==5.2.1 | ||
mysqlclient==2.0.3 | ||
prometheus-flask-exporter==0.18.1 | ||
pyop==3.2.0 | ||
pyjwkest==1.4.2 | ||
requests==2.25.1 | ||
SQLAlchemy==1.4.15 | ||
markupsafe==2.0.1 | ||
Jinja2==3.0.1 | ||
itsdangerous==1.1.0 | ||
Werkzeug==1.0.1 | ||
pycups==1.9.73 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
-r common.txt | ||
gunicorn>=20.0.4 | ||
gunicorn==20.1.0 |