Skip to content

Commit

Permalink
Merge pull request cgwire#755 from EvanBldy/master
Browse files Browse the repository at this point in the history
[requirements] upgrade some libs
  • Loading branch information
EvanBldy authored Dec 20, 2023
2 parents fb9edc3 + cbf8e82 commit ac07ef5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers =
zip_safe = False
packages = find:
install_requires =
babel==2.13.1
babel==2.14.0
click==8.1.7
discord.py==2.3.2
email-validator==2.1.0.post1
Expand All @@ -41,7 +41,7 @@ install_requires =
flask_restful==0.3.10
flask_sqlalchemy==3.1.1
flask-fs2[swift, s3]==0.7.23
flask-jwt-extended==4.5.3
flask-jwt-extended==4.6.0
flask-migrate==4.0.5
flask-socketio==5.3.6
flask==3.0.0
Expand All @@ -60,8 +60,8 @@ install_requires =
OpenTimelineIO==0.15.0
orjson==3.9.10
pillow==10.1.0
psutil==5.9.6
psycopg[binary]==3.1.14
psutil==5.9.7
psycopg[binary]==3.1.16
pyotp==2.9.0
python-nomad==2.0.0
python-slugify==8.0.1
Expand Down Expand Up @@ -92,18 +92,18 @@ dev =
wheel

test =
fakeredis==2.20.0
fakeredis==2.20.1
mixer==7.2.2
pytest-cov==4.1.0
pytest==7.4.3

monitoring =
prometheus-flask-exporter==0.23.0
pygelf==0.4.2
sentry-sdk==1.38.0
sentry-sdk==1.39.1

lint =
black==23.11.0
black==23.12.0
pre-commit==3.6.0

[options.entry_points]
Expand Down

0 comments on commit ac07ef5

Please sign in to comment.