Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 26 additions & 31 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,45 @@ 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 = "*"
networkx = "*"
pytest = "==6.0.1"
pytest-asyncio = "==1.2.0"
pytest-click = "*"
# better to have this here to sync venv between jupyter and custom editor behaviors
aiokraken = {path = ".",editable = true}
pytest-dependency = "*"
pytest-recording = "==0.3.6"
sphinx = "*"
networkx = "*"
aiokraken = {editable = true,path = "."}

[packages]
#bokeh-ta = {editable = true, path = "./../bokeh_ta"}
#livebokeh = {editable = true, path = "../livebokeh"}
aiohttp = "==3.6.2"
aiodns = "==2.0.0"
aiohttp = "==3.6.2"
aioresponses = "*"
aiounittest = "*"
async-property = "*"
bokeh = "==2.0.2"
cchardet = "==2.1.4"
click = "*"
dpcontracts = "*"
hypothesis = "==5.6.0"
ipykernel = "*"
ipympl = "==0.3.3"
ipython = "*"
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"
mplfinance = "*"
mypy = "*"
aiounittest = "*"
tinydb = "*"
ipython = "*"
click = "*"
dpcontracts = "*"
pandas = "==1.0.3"
pandas-ta = "==0.1.36b"
parameterized = "==0.7.0"
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 = "*"
tinydb = "*"
tornado = "*"
# because we need latest unreleased version
timecontrol = {git = "https://github.com/asmodehn/timecontrol"}

[requires]
python_version = "3.8"
wrapt = {git = "https://github.com/GrahamDumpleton/wrapt"}

[pipenv]
allow_prereleases = true

[requires]
python_version = "3.8"