We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bd52b commit 7933440Copy full SHA for 7933440
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jokeapi"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "Python API Wrapper for Sv443's JokeAPI (https://v2.jokeapi.dev)"
5
readme = "README.md"
6
homepage = "https://pypi.org/project/jokeapi"
@@ -10,7 +10,7 @@ maintainers = ["leet-hakker"]
10
license = "GPL-3.0-only"
11
12
[tool.poetry.dependencies]
13
-python = "^3.9"
+python = "^3.7"
14
urllib3 = "^1.26.2"
15
aiohttp = "^3.7.4"
16
simplejson = "^3.17.2"
0 commit comments