This commit is contained in:
parent
7038a6fdb7
commit
6da032a396
1
Makefile
1
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
|
||||
|
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 =
|
||||
aiohttp
|
||||
dataset
|
||||
zhurnal @ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main
|
||||
ipython
|
||||
|
||||
[options.packages.find]
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
aiohttp
|
||||
dataset
|
||||
zhurnal@ git+https://retoor.molodetz.nl/retoor/zhurnal.git@main
|
||||
ipython
|
||||
|
Loading…
Reference in New Issue
Block a user