Skip to content

Commit

Permalink
Restrict the pipfile to use the non beta version of sql-alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Oct 31, 2022
1 parent a7c22e8 commit 47d1efc
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 51 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ requests = ">=2"
whitenoise = { extras = ["brotli"], version = "==4.1.4" }
db-to-sqlite = "*"
sqlite-utils = "*"
sqlalchemy = "~=1.4"
sentry-sdk = "*"
dramatiq = { extras = ["rabbitmq"], version = "*" }
django-dramatiq = "==v0.10.0"
Expand Down
104 changes: 53 additions & 51 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47d1efc

Please sign in to comment.