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 55c6e68 commit ed9ad5cCopy full SHA for ed9ad5c
setup.py
@@ -5,6 +5,7 @@
5
name="fancylog",
6
version="0.0.7",
7
description="Fancier logging in Python",
8
+ install_requires=["packaging"],
9
extras_require={"dev": ["black", "pytest-cov", "pytest", "coveralls"]},
10
python_requires=">=3.6",
11
packages=find_packages(),
0 commit comments