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"}, {name = "Brian S. Stephan", email = "bss@incorporeal.org"},
] ]
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = ["Django"] dependencies = ["Django", "irc"]
dynamic = ["version"] dynamic = ["version"]
classifiers = [ classifiers = [
"Framework :: Django", "Framework :: Django",

View File

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

View File

@ -6,7 +6,52 @@
# #
asgiref==3.8.1 asgiref==3.8.1
# via django # 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) # 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 sqlparse==0.5.0
# via django # via django
tempora==5.5.1
# via
# irc
# jaraco-logging
typeguard==4.2.1
# via inflect
typing-extensions==4.11.0
# via
# inflect
# typeguard