mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-24 10:00:39 +00:00
add requests to requirements
This commit is contained in:
parent
1591994daf
commit
e3dce0340f
@ -1,5 +1,6 @@
|
|||||||
* ENHANCEMENT
|
* ENHANCEMENT
|
||||||
* make `ttl` mandatory for add function
|
* make `ttl` mandatory for add function
|
||||||
|
* add `requests` to requirements
|
||||||
* BUGFIX
|
* BUGFIX
|
||||||
* update (delete + create) records with different `ttl` to prevent duplicate entries
|
* update (delete + create) records with different `ttl` to prevent duplicate entries
|
||||||
* add a workaround to prevent CNAME creation if a record with the same name already exists
|
* add a workaround to prevent CNAME creation if a record with the same name already exists
|
||||||
|
2
setup.py
2
setup.py
@ -60,6 +60,6 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Topic :: Software Development",
|
"Topic :: Software Development",
|
||||||
],
|
],
|
||||||
install_requires=["six", "jsonschema"],
|
install_requires=["six", "jsonschema", "requests"],
|
||||||
dependency_links=[],
|
dependency_links=[],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user