This commit is contained in:
parent
7038a6fdb7
commit
6da032a396
3
Makefile
3
Makefile
@ -14,6 +14,7 @@ ensure_env: ensure_repo
|
|||||||
|
|
||||||
install: ensure_env
|
install: ensure_env
|
||||||
$(PIP) install -e .
|
$(PIP) install -e .
|
||||||
|
$(PIP) install git+https://molodetz.nl/retoor/zhurnal.git
|
||||||
|
|
||||||
format: ensure_env
|
format: ensure_env
|
||||||
$(PIP) install shed
|
$(PIP) install shed
|
||||||
@ -27,7 +28,7 @@ build: ensure_env
|
|||||||
serve: ensure_env
|
serve: ensure_env
|
||||||
$(BIN)serve --host=0.0.0.0 --port=8888
|
$(BIN)serve --host=0.0.0.0 --port=8888
|
||||||
|
|
||||||
run: ensure_env
|
run: ensure_env
|
||||||
$(BIN)zhurnal "make serve" "make bench"
|
$(BIN)zhurnal "make serve" "make bench"
|
||||||
|
|
||||||
bench: ensure_env
|
bench: ensure_env
|
||||||
|
BIN
dist/app-1.0.0-py3-none-any.whl
vendored
BIN
dist/app-1.0.0-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/app-1.0.0.tar.gz
vendored
BIN
dist/app-1.0.0.tar.gz
vendored
Binary file not shown.
@ -16,7 +16,6 @@ python_requires = >=3.7
|
|||||||
install_requires =
|
install_requires =
|
||||||
aiohttp
|
aiohttp
|
||||||
dataset
|
dataset
|
||||||
zhurnal @ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main
|
|
||||||
ipython
|
ipython
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
|
@ -9,5 +9,4 @@ Requires-Python: >=3.7
|
|||||||
Description-Content-Type: text/markdown
|
Description-Content-Type: text/markdown
|
||||||
Requires-Dist: aiohttp
|
Requires-Dist: aiohttp
|
||||||
Requires-Dist: dataset
|
Requires-Dist: dataset
|
||||||
Requires-Dist: zhurnal@ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main
|
|
||||||
Requires-Dist: ipython
|
Requires-Dist: ipython
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
aiohttp
|
aiohttp
|
||||||
dataset
|
dataset
|
||||||
zhurnal@ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main
|
|
||||||
ipython
|
ipython
|
||||||
|
Loading…
Reference in New Issue
Block a user