Skip to content

Commit

Permalink
poetry include requests
Browse files Browse the repository at this point in the history
  • Loading branch information
krishsharma0413 committed Jan 11, 2023
1 parent af09f83 commit c6511ae
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
44 changes: 43 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "discordlevelingcard"
version = "0.4.6"
version = "0.4.7"
readme = "README.md"
description = "A library with leveling cards for your discord bot."
repository = "https://github.com/krishsharma0413/DiscordLevelingCard"
Expand All @@ -23,6 +23,7 @@ include = ["DiscordLevelingCard/assets/*"]
python = ">=3.8,<4"
aiohttp = "^3.8.1"
Pillow = "^9.2.0"
requests = "^2.28.1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit c6511ae

Please sign in to comment.