Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ninjabot
ninjabot-core
Commits
094bbe3d
Commit
094bbe3d
authored
Jul 10, 2022
by
Benjamin Graillot
Committed by
Benjamin Graillot
Jul 10, 2022
Browse files
0.0.7 use py_irc 0.0.4
parent
f68165d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
094bbe3d
[tool.poetry]
name
=
"ninjabot-core"
version
=
"0.0.
6
"
version
=
"0.0.
7
"
description
=
"Minimal irc bot for relaying messages"
# readme = "README.md"
license
=
"MIT"
...
...
@@ -22,7 +22,7 @@ include = [
[tool.poetry.dependencies]
python
=
"^3.8"
pyyaml
=
">
=
6.0
"
py_irc
=
{
git
=
"https://gitlab.crans.org/ninjabot/pyirc.git"
,
tag
=
"0.0.
3
"
}
py_irc
=
{
git
=
"https://gitlab.crans.org/ninjabot/pyirc.git"
,
tag
=
"0.0.
4
"
}
[tool.poetry.urls]
repository
=
"https://gitlab.crans.org/ninjabot/ninjabot-core"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment