diff --git a/Makefile b/Makefile index f7afa97..e90418a 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ ensure_env: ensure_repo install: ensure_env $(PIP) install -e . + $(PIP) install git+https://molodetz.nl/retoor/zhurnal.git format: ensure_env $(PIP) install shed @@ -27,7 +28,7 @@ build: ensure_env serve: ensure_env $(BIN)serve --host=0.0.0.0 --port=8888 -run: ensure_env +run: ensure_env $(BIN)zhurnal "make serve" "make bench" bench: ensure_env diff --git a/dist/app-1.0.0-py3-none-any.whl b/dist/app-1.0.0-py3-none-any.whl index 944d4bc..8ce3eeb 100644 Binary files a/dist/app-1.0.0-py3-none-any.whl and b/dist/app-1.0.0-py3-none-any.whl differ diff --git a/dist/app-1.0.0.tar.gz b/dist/app-1.0.0.tar.gz index 56af40b..7f3b18f 100644 Binary files a/dist/app-1.0.0.tar.gz and b/dist/app-1.0.0.tar.gz differ diff --git a/setup.cfg b/setup.cfg index 5c8ee4e..78dc458 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ python_requires = >=3.7 install_requires = aiohttp dataset - zhurnal @ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main ipython [options.packages.find] diff --git a/src/app.egg-info/PKG-INFO b/src/app.egg-info/PKG-INFO index cfe5aef..7a62d0b 100644 --- a/src/app.egg-info/PKG-INFO +++ b/src/app.egg-info/PKG-INFO @@ -9,5 +9,4 @@ Requires-Python: >=3.7 Description-Content-Type: text/markdown Requires-Dist: aiohttp Requires-Dist: dataset -Requires-Dist: zhurnal@ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main Requires-Dist: ipython diff --git a/src/app.egg-info/requires.txt b/src/app.egg-info/requires.txt index 95cbaf9..7228e0b 100644 --- a/src/app.egg-info/requires.txt +++ b/src/app.egg-info/requires.txt @@ -1,4 +1,3 @@ aiohttp dataset -zhurnal@ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main ipython