add irc library to dependencies

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-05-10 12:11:28 -05:00
parent f452aab825
commit b9e8976b0f
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
3 changed files with 95 additions and 7 deletions

View File

@ -11,7 +11,7 @@ authors = [
{name = "Brian S. Stephan", email = "bss@incorporeal.org"},
]
requires-python = ">=3.10"
dependencies = ["Django"]
dependencies = ["Django", "irc"]
dynamic = ["version"]
classifiers = [
"Framework :: Django",

View File

@ -10,6 +10,10 @@ asgiref==3.8.1
# via django
authlib==1.3.0
# via safety
autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.1.1
# via jaraco-context
bandit==1.7.8
# via dr.botzo-idlerpg (pyproject.toml)
binaryornot==0.4.4
@ -40,13 +44,13 @@ click==8.1.7
# typer
colorama==0.4.6
# via tox
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via authlib
distlib==0.3.8
# via virtualenv
django==5.0.4
django==5.0.5
# via dr.botzo-idlerpg (pyproject.toml)
dlint==0.14.1
# via dr.botzo-idlerpg (pyproject.toml)
@ -88,11 +92,32 @@ flake8-pyproject==1.2.3
# via dr.botzo-idlerpg (pyproject.toml)
idna==3.7
# via requests
inflect==7.2.1
# via jaraco-text
iniconfig==2.0.0
# via pytest
irc==20.4.0
# via dr.botzo-idlerpg (pyproject.toml)
isort==5.13.2
# via flake8-isort
jinja2==3.1.3
jaraco-collections==5.0.1
# via irc
jaraco-context==5.3.0
# via jaraco-text
jaraco-functools==4.0.1
# via
# irc
# jaraco-text
# tempora
jaraco-logging==3.3.0
# via irc
jaraco-stream==3.0.3
# via irc
jaraco-text==3.12.0
# via
# irc
# jaraco-collections
jinja2==3.1.4
# via
# reuse
# safety
@ -108,6 +133,12 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via
# inflect
# irc
# jaraco-functools
# jaraco-text
packaging==24.0
# via
# build
@ -144,7 +175,7 @@ pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.2.0
# via flake8
pygments==2.17.2
pygments==2.18.0
# via rich
pyproject-api==1.6.1
# via tox
@ -163,6 +194,10 @@ pytest-django==4.8.0
# via dr.botzo-idlerpg (pyproject.toml)
python-debian==0.1.49
# via reuse
pytz==2024.1
# via
# irc
# tempora
pyyaml==6.0.1
# via bandit
requests==2.31.0
@ -192,16 +227,24 @@ sqlparse==0.5.0
# via django
stevedore==5.2.0
# via bandit
tempora==5.5.1
# via
# irc
# jaraco-logging
tox==4.15.0
# via dr.botzo-idlerpg (pyproject.toml)
typeguard==4.2.1
# via inflect
typer==0.12.3
# via safety
typing-extensions==4.11.0
# via
# inflect
# pydantic
# pydantic-core
# safety
# safety-schemas
# typeguard
# typer
urllib3==2.2.1
# via

View File

@ -6,7 +6,52 @@
#
asgiref==3.8.1
# via django
django==5.0.4
autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.1.1
# via jaraco-context
django==5.0.5
# via dr.botzo-idlerpg (pyproject.toml)
inflect==7.2.1
# via jaraco-text
irc==20.4.0
# via dr.botzo-idlerpg (pyproject.toml)
jaraco-collections==5.0.1
# via irc
jaraco-context==5.3.0
# via jaraco-text
jaraco-functools==4.0.1
# via
# irc
# jaraco-text
# tempora
jaraco-logging==3.3.0
# via irc
jaraco-stream==3.0.3
# via irc
jaraco-text==3.12.0
# via
# irc
# jaraco-collections
more-itertools==10.2.0
# via
# inflect
# irc
# jaraco-functools
# jaraco-text
pytz==2024.1
# via
# irc
# tempora
sqlparse==0.5.0
# via django
tempora==5.5.1
# via
# irc
# jaraco-logging
typeguard==4.2.1
# via inflect
typing-extensions==4.11.0
# via
# inflect
# typeguard