Skip to content

Commit

Permalink
Add pyramid-googleauth to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davismr committed Dec 30, 2024
1 parent 59da6a4 commit 6ad2584
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ bcrypt==4.2.1
beautifulsoup4==4.12.3
black==24.10.0
Brotli==1.1.0
cachetools==5.5.0
certifi==2024.12.14
cffi==1.17.1
cfgv==3.4.0
Chameleon==4.5.4
charset-normalizer==3.4.1
click==8.1.8
colander==2.0
coverage==7.6.10
Expand All @@ -17,8 +20,11 @@ Faker==33.1.0
filelock==3.16.1
flake8==7.1.1
fonttools==4.55.3
google-auth==2.37.0
google-auth-oauthlib==1.2.1
hupper==1.12.1
identify==2.6.3
idna==3.10
importlib_metadata==8.5.0
inflection==0.5.1
iniconfig==2.0.0
Expand All @@ -29,6 +35,7 @@ MarkupSafe==3.0.2
mccabe==0.7.0
mypy-extensions==1.0.0
nodeenv==1.9.1
oauthlib==3.2.2
packaging==24.2
PasteDeploy==3.1.0
pathspec==0.12.1
Expand All @@ -39,14 +46,18 @@ plaster-pastedeploy==1.0.1
platformdirs==4.3.6
pluggy==1.5.0
pre_commit==4.0.1
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycodestyle==2.12.1
pycparser==2.22
pydyf==0.11.0
pyflakes==3.2.0
Pygments==2.18.0
PyJWT==2.10.1
pyphen==0.17.0
pyramid==2.0.2
pyramid-chameleon==0.3
pyramid-googleauth==1.0.5
pyramid-mako==1.1.0
pyramid_debugtoolbar==4.12.1
pyramid_tm==2.6
Expand All @@ -55,6 +66,9 @@ pytest-cov==6.0.0
pytest-factoryboy==2.7.0
python-dateutil==2.9.0.post0
PyYAML==6.0.2
requests==2.32.3
requests-oauthlib==2.0.0
rsa==4.9
six==1.17.0
soupsieve==2.6
SQLAlchemy==2.0.36
Expand All @@ -64,6 +78,7 @@ tomli==2.2.1
transaction==5.0
translationstring==1.4
typing_extensions==4.12.2
urllib3==2.3.0
venusian==3.1.1
virtualenv==20.28.0
waitress==3.0.2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ install_requires =
pyramid_chameleon
pyramid_debugtoolbar
pytest_factoryboy
pyramid-googleauth
pyramid_tm
sqlalchemy
waitress
Expand Down

0 comments on commit 6ad2584

Please sign in to comment.