Skip to content

Commit 2a543b2

Browse files
committed
Update example 5 dependencies
1 parent 188504c commit 2a543b2

File tree

2 files changed

+64
-62
lines changed

2 files changed

+64
-62
lines changed

poetry.lock

Lines changed: 59 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ coverage = {extras = ["toml"], version = "^5.3"}
4747
Sphinx = "^4.0.2"
4848
m2r2 = "^0.2.7"
4949
sphinx-rtd-theme = "^0.5.2"
50+
# dependencies for example 5
51+
python-slugify = "^5.0.2"
52+
pycountry = "^20.7.3"
53+
requests = "^2.26.0"
5054

5155
[tool.poetry.extras]
5256
docs = [
@@ -101,7 +105,7 @@ notes = """,
101105
FIXME,
102106
XXX,
103107
"""
104-
108+
105109
[tool.pylint.similarities]
106110
# There's a lot of duplicate code in the examples/backend_*.py files - don't complain about it for now
107111
min-similarity-lines = 20

0 commit comments

Comments
 (0)