Browse Source

Add required packages

merge-requests/165/head
pollev 2 months ago
parent
commit
26c8caba02
  1. 2
      tildes/requirements-dev.txt
  2. 2
      tildes/requirements.in
  3. 2
      tildes/requirements.txt

2
tildes/requirements-dev.txt

@ -79,6 +79,7 @@ pydocstyle==6.3.0
pyflakes==3.4.0
pygit2==1.18.1
pygments==2.9.0
pyjwt==2.10.1
pylint==3.3.8
pylint-celery==0.3
pylint-django==2.6.1
@ -90,6 +91,7 @@ pyramid-debugtoolbar==4.12.1
pyramid-ipython==0.2
pyramid-jinja2==2.10.1
pyramid-mako==1.1.0
pyramid-multiauth==0.9.0
pyramid-openapi3==0.21.0
pyramid-session-redis==1.5.0
pyramid-tm==2.6

2
tildes/requirements.in

@ -18,10 +18,12 @@ psycopg2
publicsuffix2==2.20160818
pygit2
Pygments==2.9.0 # TODO: Upgrade Pygments, new version causes an error on posting a code block
PyJWT
pyotp
pyramid<2.0
pyramid-ipython
pyramid-jinja2
pyramid-multiauth==0.9.0 # Versions after this drop support for Pyramid < 2.0 This can be upgraded when we upgrade pyramid
pyramid-openapi3>=0.17.0
pyramid-session-redis==1.5.0 # 1.5.1 has a change that will invalidate current sessions
pyramid-tm

2
tildes/requirements.txt

@ -56,11 +56,13 @@ pure-eval==0.2.3
pycparser==2.22
pygit2==1.18.1
pygments==2.9.0
pyjwt==2.10.1
pyotp==2.9.0
pyproject-hooks==1.2.0
pyramid==1.10.8
pyramid-ipython==0.2
pyramid-jinja2==2.10.1
pyramid-multiauth==0.9.0
pyramid-openapi3==0.21.0
pyramid-session-redis==1.5.0
pyramid-tm==2.6

Loading…
Cancel
Save