Skip to content

Commit

Permalink
fix: compiled reqs with python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Nov 29, 2023
1 parent 6808868 commit 2963612
Showing 1 changed file with 6 additions and 39 deletions.
45 changes: 6 additions & 39 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -10,8 +10,6 @@ anyio==4.0.0
# via httpcore
apischema==0.17.5
# via solana
arrow==1.3.0
# via isoduration
attrs==21.4.0
# via jsonschema
backoff==2.2.1
Expand Down Expand Up @@ -71,8 +69,8 @@ eth-utils==2.3.1
# via
# eth-keys
# substrate-interface
fqdn==1.5.1
# via jsonschema
exceptiongroup==1.2.0
# via anyio
gql==3.4.0
# via -r requirements.in
graphql-core==3.2.3
Expand All @@ -86,29 +84,18 @@ httpx==0.23.3
idna==3.4
# via
# anyio
# jsonschema
# requests
# rfc3986
# substrate-interface
# yarl
inquirer==2.9.0
# via -r requirements.in
isoduration==20.11.0
# via jsonschema
jsonpointer==2.4
# via jsonschema
jsonrpcclient==4.0.3
# via solana
jsonrpcserver==5.0.9
# via solana
jsonschema[format-nongpl]==4.17.3
# via
# -r requirements.in
# jsonrpcserver
# jsonschema
# jupyter-events
jupyter-events==0.6.0
# via -r requirements.in
jsonschema==4.17.3
# via jsonrpcserver
more-itertools==10.1.0
# via scalecodec
msgpack==1.0.7
Expand Down Expand Up @@ -145,16 +132,10 @@ pynacl==1.5.0
# via py-algorand-sdk
pyrsistent==0.20.0
# via jsonschema
python-dateutil==2.8.2
# via arrow
python-editor==1.0.4
# via inquirer
python-json-logger==2.0.7
# via jupyter-events
pyyaml==6.0.1
# via
# jupyter-events
# naked
# via naked
qrcode==7.3.1
# via -r requirements.in
readchar==4.0.5
Expand All @@ -167,14 +148,10 @@ requests==2.31.0
# sseclient
# stellar-base
# substrate-interface
rfc3339-validator==0.1.4
# via jsonschema
rfc3986[idna2008]==1.5.0
# via
# httpx
# rfc3986
rfc3986-validator==0.1.1
# via jsonschema
scalecodec==1.2.7
# via substrate-interface
shellescape==3.8.1
Expand All @@ -184,8 +161,6 @@ six==1.16.0
# blessed
# ecdsa
# pychalk
# python-dateutil
# rfc3339-validator
# sseclient
sniffio==1.3.0
# via
Expand All @@ -206,25 +181,17 @@ termcolor==1.1.0
# via -r requirements.in
toolz==0.12.0
# via cytoolz
traitlets==5.13.0
# via jupyter-events
types-cachetools==4.2.10
# via solana
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.8.0
# via
# eth-typing
# oslash
# solana
uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
# via requests
wcwidth==0.2.11
# via blessed
webcolors==1.13
# via jsonschema
websocket-client==1.6.4
# via substrate-interface
websockets==10.4
Expand Down

0 comments on commit 2963612

Please sign in to comment.