Update.
All checks were successful
Build Base Application / Build (push) Successful in 1m32s

This commit is contained in:
retoor 2024-12-06 20:30:14 +01:00
parent 7038a6fdb7
commit 6da032a396
6 changed files with 2 additions and 4 deletions

View File

@ -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

Binary file not shown.

BIN
dist/app-1.0.0.tar.gz vendored

Binary file not shown.

View File

@ -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]

View File

@ -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

View File

@ -1,4 +1,3 @@
aiohttp
dataset
zhurnal@ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main
ipython