mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 13:21:48 +01:00
update version
This commit is contained in:
parent
dca65f2f7d
commit
e6e9eca9ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -173,3 +173,4 @@ db/*
|
||||
backends/nserver/venv
|
||||
backends/nserver/cache
|
||||
backends/nserver/modules/image_upscale/weights
|
||||
cache/
|
||||
|
107
requirements.txt
107
requirements.txt
@ -1,107 +0,0 @@
|
||||
aiohttp==3.9.1
|
||||
aiosignal==1.3.1
|
||||
anyio==3.7.1
|
||||
appdirs==1.4.4
|
||||
asn1crypto==1.5.1
|
||||
async-timeout==4.0.3
|
||||
attrs==23.1.0
|
||||
base58==2.1.1
|
||||
beautifulsoup4==4.12.2
|
||||
bech32==1.2.0
|
||||
bip32==3.4
|
||||
bitarray==2.8.3
|
||||
bitstring==3.1.9
|
||||
blessed==1.20.0
|
||||
cassidy==0.1.4
|
||||
certifi==2023.7.22
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
coincurve==18.0.0
|
||||
cryptography==41.0.4
|
||||
decorator==4.4.2
|
||||
distro==1.8.0
|
||||
ecdsa==0.18.0
|
||||
emoji==2.8.0
|
||||
enumb==0.1.5
|
||||
environs==9.5.0
|
||||
eva-decord==0.6.1
|
||||
exceptiongroup==1.1.3
|
||||
expo==0.1.2
|
||||
fastapi==0.103.0
|
||||
ffmpegio==0.8.5
|
||||
ffmpegio-core==0.8.5
|
||||
filelock==3.13.1
|
||||
frozenlist==1.4.0
|
||||
fsspec==2023.12.1
|
||||
h11==0.14.0
|
||||
httpcore==0.18.0
|
||||
httpx==0.25.1
|
||||
huggingface-hub==0.19.4
|
||||
idna==3.4
|
||||
imageio==2.33.0
|
||||
imageio-ffmpeg==0.4.9
|
||||
importlib-metadata==6.8.0
|
||||
inquirer==3.1.3
|
||||
install==1.3.5
|
||||
instaloader==4.10.1
|
||||
Jinja2==3.1.2
|
||||
litellm==1.12.3
|
||||
lnurl==0.4.1
|
||||
loguru==0.7.2
|
||||
MarkupSafe==2.1.3
|
||||
marshmallow==3.20.1
|
||||
mediatype==0.1.6
|
||||
mnemonic==0.20
|
||||
moviepy==2.0.0.dev2
|
||||
multidict==6.0.4
|
||||
nostr-sdk==0.0.5
|
||||
numpy==1.26.2
|
||||
openai==1.3.5
|
||||
outcome==1.2.0
|
||||
packaging==23.2
|
||||
pandas==2.1.3
|
||||
Pillow==10.1.0
|
||||
pluggy==1.3.0
|
||||
proglog==0.1.10
|
||||
pycparser==2.21
|
||||
pycryptodome==3.19.0
|
||||
pycryptodomex==3.19.0
|
||||
pydantic==1.10.13
|
||||
pydantic_core==2.14.5
|
||||
pypdf==3.17.1
|
||||
python-dateutil==2.8.2
|
||||
python-dotenv==1.0.0
|
||||
python-editor==1.0.4
|
||||
pytube==15.0.0
|
||||
pytz==2023.3.post1
|
||||
PyUpload==0.1.4
|
||||
pyuseragents==1.0.5
|
||||
PyYAML==6.0.1
|
||||
readchar==4.0.5
|
||||
regex==2023.10.3
|
||||
replicate==0.21.1
|
||||
Represent==1.6.0.post0
|
||||
requests==2.31.0
|
||||
requests-toolbelt==1.0.0
|
||||
safeIO==1.2
|
||||
six==1.16.0
|
||||
sniffio==1.3.0
|
||||
socksio==1.0.0
|
||||
soupsieve==2.5
|
||||
SpeechRecognition==3.10.0
|
||||
SQLAlchemy==1.3.24
|
||||
sqlalchemy-aio==0.17.0
|
||||
starlette==0.27.0
|
||||
tiktoken==0.5.2
|
||||
tokenizers==0.15.0
|
||||
tqdm==4.66.1
|
||||
translatepy==2.3
|
||||
typing_extensions==4.8.0
|
||||
tzdata==2023.3
|
||||
urllib3==2.1.0
|
||||
uvicorn==0.23.2
|
||||
wcwidth==0.2.10
|
||||
websocket-client==1.6.4
|
||||
yarl==1.9.4
|
||||
zipp==3.17.0
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '0.0.2'
|
||||
VERSION = '0.0.3'
|
||||
DESCRIPTION = 'A framework to build and run NIP90 Data Vending Machines'
|
||||
LONG_DESCRIPTION = ('A framework to build and run NIP90 Data Vending Machines. '
|
||||
'This is an early stage release. Interfaces might change/brick')
|
||||
|
Loading…
x
Reference in New Issue
Block a user