forked from rotki/rotki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
50 lines (43 loc) · 1.12 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
gevent==24.2.1
greenlet==3.0.3
gevent-websocket==0.10.1 # like the below is abandoned
wsaccel==0.6.6 # recommended for acceleration of gevent-websocket. But abandoned.
web3==6.19.0
content-hash==2.0.0
rotki-pysqlcipher3==2024.1.2
requests==2.31.0
urllib3==2.2.1
coincurve==19.0.1
base58check==1.0.2
bech32==1.2.0
gql[requests]==3.5.0
scalecodec==1.2.8
py-sr25519-bindings==0.2.0
py-ed25519-zebra-bindings==1.0.1
py-bip39-bindings==0.1.11
substrate-interface==1.7.8
beautifulsoup4==4.12.3
maxminddb==2.6.1
miniupnpc==2.2.7
cryptography==42.0.7
py-machineid==0.5.1
more-itertools==10.2.0 # for peekable iterators
regex==2024.5.15 # used for unicode information in detection of spam tokens
eth-abi==5.1.0
# For the rest api
flask-cors==4.0.1
flask==3.0.3
marshmallow==3.21.2
webargs==8.4.0
werkzeug==3.0.3
# 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
PyJWT==2.8.0