Using poetry for requirements
This commit is contained in:
parent
c98aeced04
commit
be5d31b3d8
1735
poetry.lock
generated
Normal file
1735
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,26 @@
|
||||
[tool.poetry]
|
||||
name = "matrix-bot"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Roger Gonzalez <roger@rogs.me>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
simplematrixbotlib = "^2.12.0"
|
||||
validators = "^0.34.0"
|
||||
wget = "^3.2"
|
||||
pyexcel-ods3 = "^0.6.1"
|
||||
python-dotenv = "^1.0.1"
|
||||
orgparse = "^0.4.20231004"
|
||||
requests = "^2.32.3"
|
||||
openai = "0.28"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 121
|
||||
target-version = ['py37', 'py38', 'py310']
|
||||
|
@ -1,97 +0,0 @@
|
||||
aiofiles==0.6.0
|
||||
aiohttp==3.8.1
|
||||
aiohttp-socks==0.7.1
|
||||
aiosignal==1.2.0
|
||||
anyio==3.6.1
|
||||
astroid==2.12.10
|
||||
async-timeout==4.0.2
|
||||
attrs==22.1.0
|
||||
autopep8==1.6.0
|
||||
black==22.6.0
|
||||
certifi==2022.6.15
|
||||
cffi==1.15.1
|
||||
cfgv==3.3.1
|
||||
charset-normalizer==2.1.0
|
||||
click==8.1.3
|
||||
cryptography==37.0.4
|
||||
decorator==5.1.1
|
||||
dill==0.3.5.1
|
||||
distlib==0.3.5
|
||||
filelock==3.7.1
|
||||
flake8==5.0.3
|
||||
frozenlist==1.3.0
|
||||
future==0.18.2
|
||||
h11==0.12.0
|
||||
h2==4.1.0
|
||||
hpack==4.0.0
|
||||
httpcore==0.15.0
|
||||
httpx==0.23.0
|
||||
hyperframe==6.0.1
|
||||
identify==2.5.2
|
||||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
isort==5.10.1
|
||||
jedi==0.18.1
|
||||
jsonschema==3.2.0
|
||||
lazy-object-proxy==1.7.1
|
||||
lml==0.1.0
|
||||
Logbook==1.5.3
|
||||
lxml==4.9.1
|
||||
Markdown==3.4.1
|
||||
matrix-nio==0.19.0
|
||||
mccabe==0.7.0
|
||||
multidict==6.0.2
|
||||
mypy-extensions==0.4.3
|
||||
nodeenv==1.7.0
|
||||
openai==0.27.4
|
||||
orgparse==0.3.1
|
||||
packaging==21.3
|
||||
parso==0.8.3
|
||||
pathspec==0.9.0
|
||||
Pillow==9.2.0
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
pre-commit==2.20.0
|
||||
pycodestyle==2.9.0
|
||||
pycparser==2.21
|
||||
pycryptodome==3.15.0
|
||||
pydocstyle==6.1.1
|
||||
pyexcel-ezodf==0.3.4
|
||||
pyexcel-io==0.6.6
|
||||
pyexcel-ods3==0.6.1
|
||||
pyflakes==2.5.0
|
||||
pylint==2.15.3
|
||||
pyparsing==3.0.9
|
||||
pyrsistent==0.18.1
|
||||
python-cryptography-fernet-wrapper==1.0.4
|
||||
python-dateutil==2.8.2
|
||||
python-dotenv==0.20.0
|
||||
python-lsp-jsonrpc==1.0.0
|
||||
python-lsp-server==1.5.0
|
||||
python-socks==2.0.3
|
||||
pytoolconfig==1.2.2
|
||||
PyYAML==6.0
|
||||
requests==2.28.1
|
||||
rfc3986==1.5.0
|
||||
rope==1.3.0
|
||||
simplematrixbotlib==2.6.4
|
||||
six==1.16.0
|
||||
sniffio==1.2.0
|
||||
snowballstemmer==2.2.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.4
|
||||
tqdm==4.65.0
|
||||
typing_extensions==4.3.0
|
||||
ujson==5.5.0
|
||||
unpaddedbase64==2.1.0
|
||||
urllib3==1.26.11
|
||||
validators==0.20.0
|
||||
virtualenv==20.16.2
|
||||
webdav4==0.9.7
|
||||
wget==3.2
|
||||
whatthepatch==1.0.2
|
||||
wrapt==1.14.1
|
||||
yapf==0.32.0
|
||||
yarl==1.8.0
|
||||
zipp==3.8.1
|
Loading…
x
Reference in New Issue
Block a user