Browse Source

Pin versions for Pyramid and SQLAlchemy

These updates seem like they won't be trivial. I'll come back to them
soon, but I'll need to look at them more carefully and I can update
everything else in the meantime.
merge-requests/135/head
Deimos 3 years ago
parent
commit
d928431058
  1. 4
      tildes/requirements.in

4
tildes/requirements.in

@ -19,7 +19,7 @@ publicsuffix2==2.20160818
pygit2 pygit2
Pygments Pygments
pyotp pyotp
pyramid
pyramid<2.0
pyramid-ipython pyramid-ipython
pyramid-jinja2 pyramid-jinja2
pyramid-session-redis==1.5.0 # 1.5.1 has a change that will invalidate current sessions pyramid-session-redis==1.5.0 # 1.5.1 has a change that will invalidate current sessions
@ -32,7 +32,7 @@ pip-tools
redis redis
requests requests
sentry-sdk sentry-sdk
SQLAlchemy
SQLAlchemy<1.4
SQLAlchemy-Utils SQLAlchemy-Utils
stripe stripe
titlecase titlecase

Loading…
Cancel
Save