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 0a1fb58 commit 065117eCopy full SHA for 065117e
requirements-dev.txt
@@ -3,3 +3,5 @@ flake8
3
flake8-colors
4
requests
5
inflection
6
+twine
7
+setuptools
setup.py
@@ -13,12 +13,15 @@
13
long_description_content_type="text/markdown",
14
license="GPLv3",
15
platform="Independent",
16
- url="https://github.com/codeaffen/pyhpipam",
+ url="https://codeaffen.github.io/pyhpipam",
17
packages=setuptools.find_packages(),
18
classifiers=[
19
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
20
"Programming Language :: Python :: 3",
21
"Operating System :: OS Independent",
22
],
23
python_requires='>=3.6',
24
+ install_requires=[
25
+ 'requests (>=2.21,<3.0)',
26
+ ],
27
)
0 commit comments