We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1052b70 commit d34d347Copy full SHA for d34d347
1 file changed
setup.py
@@ -14,7 +14,7 @@
14
name = "DerPyBooru_Nullforce",
15
# Versions should comply with PEP 440:
16
# https://www.python.org/dev/peps/pep-0440/
17
- version = "0.9.0",
+ version = "0.9.1",
18
description = "Python bindings for Derpibooru's API",
19
long_description = long_description,
20
long_description_content_type = "text/markdown",
@@ -24,7 +24,7 @@
24
license = "Simplified BSD License",
25
platforms = ["any"],
26
packages = find_packages(exclude=["tests"]),
27
- install_requires = ["requests"],
+ install_requires = ["requests", "deprecation"],
28
include_package_data = True,
29
#download_url = "https://github.com/joshua-stone/DerPyBooru/tarball/0.7.2",
30
# For a list of valid classifiers, see https://pypi.org/classifiers/
0 commit comments