Skip to content

Commit

Permalink
pin deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iva-romanenko authored and PeppaTheC committed Jun 21, 2024
1 parent a283e64 commit a04752e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
include_package_data=True,
license="MIT",
install_requires=[
"cryptography>=2.8",
"grpcio>=1.64.0",
"protobuf>=4.25.3",
"googleapis-common-protos>=1.63.0",
"pyjwt>=1.7.1",
"requests>=2.22.0",
"six>=1.14.0",
"cryptography==42.0.7",
"grpcio==1.64.0",
"protobuf==4.25.3",
"googleapis-common-protos==1.63.0",
"pyjwt==2.8.0",
"requests==2.32.3",
"six==1.16.0",
],
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit a04752e

Please sign in to comment.