We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1454a0 commit 2cac04eCopy full SHA for 2cac04e
setup.py
@@ -42,7 +42,7 @@
42
# For a discussion on single-sourcing the version across setup.py and the
43
# project code, see
44
# https://packaging.python.org/guides/single-sourcing-package-version/
45
- version='0.9.7', # Required
+ version='0.9.8', # Required
46
# This is a one-line description or tagline of what your project does. This
47
# corresponds to the "Summary" metadata field:
48
# https://packaging.python.org/specifications/core-metadata/#summary
@@ -147,6 +147,7 @@
147
'loguru',
148
'minify-html',
149
'pillow',
150
+ 'python-dateutil',
151
],
152
# Optional
153
# List additional groups of dependencies here (e.g. development
0 commit comments