Skip to content

Commit

Permalink
Normalize pinned dependencies names
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Mar 17, 2024
1 parent c739b06 commit 5d18092
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pytest-asyncio==0.19.0
pytest-cov==4.0.0
pytest-mock==3.9.0
pytest-vcr==1.0.2
PyYAML==6.0
pyyaml==6.0
vcrpy==4.2.1
wrapt==1.15.0
19 changes: 12 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,27 @@ docutils==0.19
flower==1.2.0
frozenlist==1.3.1
gidgethub==5.2.0
github3.py==3.2.0
github3-py==3.2.0
humanize==4.4.0
idna==3.4
importlib-metadata==5.0.0
jaraco.classes==3.2.3
importlib-resources==6.3.1
jaraco-classes==3.2.3
jeepney==0.8.0
keyring==23.9.3
kombu==5.2.4
lxml==4.9.1
manifestoo-core==1.5
more-itertools==8.14.0
multidict==6.0.2
OdooRPC==0.8.0
odoorpc==0.8.0
packaging==23.1
pkginfo==1.8.3
prometheus-client==0.14.1
prompt-toolkit==3.0.31
pycparser==2.21
Pygments==2.15.0
PyJWT==2.5.0
pygments==2.15.0
pyjwt==2.5.0
python-dateutil==2.8.2
pytz==2022.4
raven==6.10.0
Expand All @@ -49,19 +51,22 @@ requests==2.31.0
requests-toolbelt==0.9.1
rfc3986==2.0.0
rich==12.5.1
SecretStorage==3.3.3
secretstorage==3.3.3
setuptools==56.0.0
setuptools-odoo==3.1.6
setuptools-scm==7.0.5
six==1.16.0
tomli==2.0.1
tornado==6.3.3
twine==4.0.1
types-cryptography==3.3.23
typing_extensions==4.3.0
typing-extensions==4.3.0
uritemplate==4.1.1
urllib3==1.26.18
vine==5.0.0
wcwidth==0.2.5
webencodings==0.5.1
wheel==0.43.0
whool==1.0
yarl==1.8.1
zipp==3.8.1

0 comments on commit 5d18092

Please sign in to comment.