Skip to content

Commit

Permalink
Merge pull request #97 from sartography/dev
Browse files Browse the repository at this point in the history
Update dependencies
cullerton authored Oct 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents cf07d9d + fd230d4 commit 9dbb7ed
Showing 2 changed files with 1,204 additions and 995 deletions.
2,189 changes: 1,199 additions & 990 deletions poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -6,24 +6,24 @@ authors = ["Dan <dan@sartography.com>"]

[tool.poetry.dependencies]
python = "^3.9"
flask = "2.1.*"
connexion = {extras = ["swagger-ui"], version = "2.*.*"}
flask = "==2.2.5"
connexion = {extras = [ "swagger-ui", "flask" ], version = "~=2.14.1"}
gevent = "21.*.*"
flask-wtf = "1.*.*"
sqlalchemy = "1.*.*"
sqlalchemy = "<2"
flask-sqlalchemy = "2.*.*"
flask-assets = "2.*.*"
flask-table = "0.*.*"
flask-migrate = "3.*.*"
flask-marshmallow = "0.*.*"
flask-marshmallow = "==0.14.0"
ldap3 = "2.*.*"
ma = "1.*.*"
marshmallow-sqlalchemy = "0.*.*"
wtforms-alchemy = "0.*.*"
psycopg2-binary = "2.9.*"
pyscss = "1.*.*"
gunicorn = "20.*.*"
werkzeug = "2.1.*"
werkzeug = "~=2.2.2"
flask-cors = "3.*.*"

[tool.poetry.dev-dependencies]

0 comments on commit 9dbb7ed

Please sign in to comment.