forked from rotki/rotki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
54 lines (47 loc) · 1.26 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
gevent==24.11.1
greenlet==3.1.1
gevent-websocket==0.10.1 # like the below is abandoned
wsaccel==0.6.7 # recommended for acceleration of gevent-websocket. But abandoned.
web3==7.6.0
eth-typing==5.0.1
content-hash==2.0.0
rotki-pysqlcipher3==2024.10.1
requests==2.32.3
urllib3==2.2.3
coincurve==20.0.0
base58check==1.0.2
bech32==1.2.0
jsonschema==4.23.0
gql[requests]==3.5.0
scalecodec==1.2.11
py-sr25519-bindings==0.2.0
py-ed25519-zebra-bindings==1.0.1
py-bip39-bindings==0.1.11
substrate-interface==1.7.11
beautifulsoup4==4.12.3
maxminddb==2.6.2
pywin32==306; sys_platform == 'win32'
miniupnpc==2.2.8
cryptography==43.0.3
py-machineid==0.6.0
more-itertools==10.5.0 # for peekable iterators
regex==2024.9.11 # used for unicode information in detection of spam tokens
eth-abi==5.1.0
polars-lts-cpu==1.16.0
# For the rest api
flask-cors==5.0.0
flask==3.1.0
marshmallow==3.23.1
webargs==8.6.0
werkzeug==3.1.1
# for icon validation
filetype==1.2.0
# for fuzzy search of assets
polyleven==0.8
# We used to only use this for packaging, but now use it for the version comparison functionality
packaging==24.0
bip-utils==2.9.3
#constraints
pycparser<=2.17 # ugly -- to avoid https://github.com/eliben/pycparser/pull/198
# To build JWT for coinbase exchange key validation
PyJWT==2.9.0