Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies to work with python 3.11 #5

Open
wants to merge 1 commit into
base: exodus
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 33 additions & 34 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
atomicwrites==1.3.0
attrs==19.1.0
base58>=1.0.3
certifi>=2019.6.16
chardet>=3.0.4
decorator==4.4.0
dogpile.cache==0.7.1
docker==4.2.0
falcon==2.0.0
greenlet==0.4.15
gunicorn==19.9.0
idna>=2.8
importlib-metadata==0.19
jsonschema==2.6.0
Mako==1.0.14
MarkupSafe==1.1.1
meinheld==1.0.1
more-itertools==6.0.0
pluggy==0.12.0
protobuf==3.9.1
py==1.10.0
pytest==4.3.1
python-dateutil==2.8.0
python-editor==1.0.4
python-mimeparse==1.6.0
pytz==2018.9
redis==2.10.6
requests>=2.22.0
requests-mock==1.7.0
urllib3==1.26.5
xxhash==1.3.0
zipp==0.5.2
atomicwrites>=1.4.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RonaldCrb You locally tested and verified everything works?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes
Screenshot 2024-10-07 at 3 15 10 PM

attrs>=24.2.0
base58>=2.1.1
certifi>=2024.8.30
charset-normalizer>=2.0.0
decorator>=5.1.1
dogpile.cache>=1.1.8
docker>=6.0.1
falcon>=3.1.1
greenlet>=0.4.5
gunicorn>=20.1.0
idna>=3.4
jsonschema>=4.18.0
Mako>=1.2.4
MarkupSafe>=2.1.3
meinheld>=1.0.2
more-itertools>=10.0.0
pluggy>=1.2.0
protobuf>=4.21.12
py>=1.11.0
pytest>=7.4.0
python-dateutil>=2.8.2
python-editor>=1.0.4
python-mimeparse>=1.6.0
pytz>=2023.3
redis>=4.6.0
requests>=2.31.0
requests-mock>=1.10.0
urllib3>=2.0.7
xxhash>=3.4.0
zipp>=3.16.3

scalecodec~=1.2.10
substrate-interface==1.7.10
scalecodec>=1.2.10
substrate-interface>=1.7.10