forked from dantimofte/aiokraken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
53 lines (49 loc) · 1.23 KB
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "==6.0.1"
pytest-recording = "==0.3.6" # 0.3.4 is breaking on --block-network it seems
pytest-asyncio = "==0.14.0"
pytest-dependency = "*"
black = "*"
pytest-click = "*"
# better to have this here to sync venv between jupyter and custom editor behaviors
aiokraken = {path = ".",editable = true}
sphinx = "*"
networkx = "*"
[packages]
#bokeh-ta = {editable = true, path = "./../bokeh_ta"}
#livebokeh = {editable = true, path = "../livebokeh"}
aiohttp = "==3.6.2"
aiodns = "==2.0.0"
cchardet = "==2.1.4"
marshmallow = "==3.3.0"
pandas = "==1.0.3"
parameterized = "==0.7.0"
marshmallow-dataframe = "==0.1.4"
ipympl = "==0.3.3"
pandas-ta = "==0.1.36b"
hypothesis = "==5.6.0"
mypy = "*"
aiounittest = "*"
tinydb = "*"
ipython = "*"
click = "*"
dpcontracts = "*"
result = "*"
aioresponses = "*"
mplfinance = "*"
#because we need the latest, at least 1.12.2
wrapt = {git = "https://github.com/GrahamDumpleton/wrapt"}
bokeh = "==2.0.2"
ipykernel = "*"
async-property = "*"
tornado = "*"
# because we need latest unreleased version
timecontrol = {git = "https://github.com/asmodehn/timecontrol"}
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true