add jsonpath-ng to Pipfile

pull/3554/head
KPrasch 2024-06-19 20:25:10 +08:00 committed by derekpierre
parent f74636ab7e
commit 912899c033
No known key found for this signature in database
1 changed files with 113 additions and 0 deletions

113
Pipfile Normal file
View File

@ -0,0 +1,113 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
abnf = "==1.1.1"
aiohttp = "==3.9.4rc0"
aiosignal = "==1.3.1"
annotated-types = "==0.6.0"
appdirs = "==1.4.4"
async-timeout = "==4.0.3"
attrs = "==23.2.0"
atxm = "==0.3.0"
autobahn = "==23.1.2"
automat = "==22.10.0"
backports-zoneinfo = "==0.2.1"
bitarray = "==2.9.2"
blinker = "==1.8.2"
bytestring-splitter = "==2.4.1"
certifi = "==2024.2.2"
cffi = "==1.16.0"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
colorama = "==0.4.6"
constant-sorrow = "==0.1.0a9"
constantly = "==23.10.4"
cryptography = "==42.0.7"
cytoolz = "==0.12.3"
dateparser = "==1.2.0"
eth-abi = "==4.2.1"
eth-account = "==0.10.0"
eth-hash = {extras = ["pycryptodome"], version = "==0.7.0"}
eth-keyfile = "==0.8.0"
eth-keys = "==0.4.0"
eth-rlp = "==1.0.1"
eth-typing = "==3.5.2"
eth-utils = "==2.3.1"
flask = "==3.0.3"
frozenlist = "==1.4.1"
hendrix = "==5.0.0"
hexbytes = "==0.3.1"
humanize = "==4.9.0"
hyperlink = "==21.0.0"
idna = "==3.7"
importlib-metadata = "==7.1.0"
importlib-resources = "==6.4.0"
incremental = "==22.10.0"
itsdangerous = "==2.2.0"
jinja2 = "==3.1.4"
jsonpath-ng = "==1.6.1"
jsonschema-specifications = "==2023.12.1"
jsonschema = "==4.21.1"
lru-dict = "==1.2.0"
mako = "==1.3.5"
markupsafe = "==2.1.5"
marshmallow = "==3.21.2"
maya = "==0.6.1"
mnemonic = "==0.20"
msgpack-python = "==0.5.6"
multidict = "==6.0.5"
nucypher-core = "==0.13.0"
packaging = "==23.2"
parsimonious = "==0.9.0"
pendulum = "==3.0.0"
pkgutil-resolve-name = "==1.3.10"
prometheus-client = "==0.20.0"
protobuf = "==5.26.1"
pyasn1-modules = "==0.4.0"
pyasn1 = "==0.6.0"
pychalk = "==2.0.1"
pycparser = "==2.22"
pycryptodome = "==3.20.0"
pydantic-core = "==2.18.2"
pydantic = "==2.7.1"
pynacl = "==1.5.0"
pyopenssl = "==24.1.0"
python-dateutil = "==2.8.2"
python-statemachine = "==2.1.2"
pytz = "==2024.1"
pyunormalize = "==15.1.0"
pywin32 = "==306"
referencing = "==0.34.0"
regex = "==2023.12.25"
requests = "==2.31.0"
rlp = "==3.0.0"
rpds-py = "==0.18.0"
service-identity = "==24.1.0"
siwe = "==2.4.1"
six = "==1.16.0"
snaptime = "==0.2.4"
tabulate = "==0.9.0"
time-machine = "==2.14.1"
toolz = "==0.12.1"
twisted-iocpsupport = "==1.0.4"
twisted = "==24.3.0"
txaio = "==23.1.1"
typing-extensions = "==4.11.0"
tzdata = "==2024.1"
tzlocal = "==5.2"
urllib3 = "==2.2.0"
watchdog = "==3.0.0"
web3 = "==6.15.1"
websockets = "==12.0"
werkzeug = "==3.0.3"
yarl = "==1.9.4"
zipp = "==3.18.1"
zope-interface = "==6.2"
[dev-packages]
[requires]
python_version = "3.12"