diff options
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index e96f2d0..8ad3944 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3049,6 +3049,20 @@ MarkupSafe = ">=2.1.1" watchdog = ["watchdog (>=2.3)"] [[package]] +name = "wikipedia" +version = "1.4.0" +description = "Wikipedia API for Python" +optional = false +python-versions = "*" +files = [ + {file = "wikipedia-1.4.0.tar.gz", hash = "sha256:db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2"}, +] + +[package.dependencies] +beautifulsoup4 = "*" +requests = ">=2.0.0,<3.0.0" + +[[package]] name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." @@ -3251,4 +3265,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11,<3.12" -content-hash = "0f5b568a4317c9cda4af20640c3bbdac76b4756ded9604bf57d75f44c36c679a" +content-hash = "5ea79826f19325084c0b9ba8b06ffc3dc0a09c52ec832cae87c6fd17aab465e9" |