forked from rotki/rotki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
47 lines (40 loc) · 1.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
gevent==23.9.1
greenlet==2.0.2
gevent-websocket==0.10.1 # like the below is abandoned
wsaccel==0.6.6 # recommended for acceleration of gevent-websocket. But abandoned.
web3==5.31.3
rotki-content-hash==0.0.3 # fork of content-hash due to https://github.com/filips123/ContentHashPy/issues/1
rotki-pysqlcipher3==2023.7.1
requests==2.31.0
urllib3==1.26.14
coincurve==17.0.0
base58check==1.0.2
bech32==1.2.0
gql==2.0.0
scalecodec==1.2.7
py-sr25519-bindings==0.2.0
py-ed25519-zebra-bindings==1.0.1
py-bip39-bindings==0.1.11
substrate-interface==1.7.4
beautifulsoup4==4.12.2
maxminddb==2.4.0
miniupnpc==2.0.2; sys_platform != 'win32'
miniupnpc==2.2.3; sys_platform == 'win32'
cryptography==41.0.4
py-machineid==0.4.4
# For the rest api
flask-cors==4.0.0
flask==3.0.0
marshmallow==3.20.1
webargs==8.3.0
werkzeug==3.0.0
# 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==23.1
bip-utils==2.7.1 # require coincurve < 18.0.0 so can't upgrade yet
typing-extensions==4.5.0 # used for typing.ParamSpec and typing.Concatenate (in stdlib since python 3.10). Also limiting temporarily to 4.5.0 due to a bug in multiformats which is used by rotki-content-hash: https://github.com/hashberg-io/multiformats/issues/10
#constraints
pycparser<=2.17 # ugly -- to avoid https://github.com/eliben/pycparser/pull/198