forked from a16z/farcaster-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
30 lines (30 loc) · 2.41 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
bitarray==2.6.2 ; python_full_version > "3.7.1" and python_version < "4"
cached-property==1.5.2 ; python_full_version > "3.7.1" and python_version < "3.8"
canonicaljson==1.6.4 ; python_full_version > "3.7.1" and python_full_version < "4.0.0"
certifi==2022.12.7 ; python_full_version > "3.7.1" and python_version < "4"
charset-normalizer==3.0.1 ; python_full_version > "3.7.1" and python_version < "4"
cytoolz==0.12.1 ; python_full_version > "3.7.1" and python_version < "4" and implementation_name == "cpython"
eth-abi==3.0.1 ; python_full_version > "3.7.1" and python_version < "4"
eth-account==0.8.0 ; python_full_version > "3.7.1" and python_version < "4"
eth-hash==0.5.1 ; python_full_version > "3.7.1" and python_version < "4"
eth-keyfile==0.6.0 ; python_full_version > "3.7.1" and python_version < "4"
eth-keys==0.4.0 ; python_full_version > "3.7.1" and python_version < "4"
eth-rlp==0.3.0 ; python_full_version > "3.7.1" and python_version < "4"
eth-typing==3.2.0 ; python_full_version > "3.7.1" and python_version < "4"
eth-utils==2.1.0 ; python_full_version > "3.7.1" and python_version < "4"
hexbytes==0.3.0 ; python_full_version > "3.7.1" and python_version < "4"
idna==3.4 ; python_full_version > "3.7.1" and python_version < "4"
importlib-metadata==4.13.0 ; python_full_version > "3.7.1" and python_version < "3.8"
parsimonious==0.8.1 ; python_full_version > "3.7.1" and python_version < "4"
pycryptodome==3.16.0 ; python_full_version > "3.7.1" and python_version < "4"
pydantic==1.10.4 ; python_full_version > "3.7.1" and python_full_version < "4.0.0"
pyhumps==3.8.0 ; python_full_version > "3.7.1" and python_full_version < "4.0.0"
python-dotenv==0.21.1 ; python_full_version > "3.7.1" and python_full_version < "4.0.0"
requests==2.28.2 ; python_full_version > "3.7.1" and python_version < "4"
rlp==3.0.0 ; python_full_version > "3.7.1" and python_version < "4"
simplejson==3.18.1 ; python_full_version > "3.7.1" and python_full_version < "4.0.0"
six==1.16.0 ; python_full_version > "3.7.1" and python_version < "4"
toolz==0.12.0 ; python_full_version > "3.7.1" and python_version < "4" and implementation_name == "pypy" or python_full_version > "3.7.1" and python_version < "4" and implementation_name == "cpython"
typing-extensions==4.4.0 ; python_full_version > "3.7.1" and python_full_version < "4.0.0"
urllib3==1.26.14 ; python_full_version > "3.7.1" and python_version < "4"
zipp==3.11.0 ; python_full_version > "3.7.1" and python_version < "3.8"