Skip to content
Snippets Groups Projects
Commit 81bf3ecf authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.26 Release

* Issue #194 dependency is unsecure
parent 0f6adaca
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ keywords_list = [
"postgresql"
]
requires_setup = [
requires_build = [
"greenlet>= 1.0.0",
"appdirs==1.4.4",
"argparse==1.4.0",
......@@ -167,7 +167,7 @@ requires_extras = {
"all": []
}
requires_install = [
requires_dev = [
"alabaster==0.7.12",
"amqp==5.0.5",
"appdirs==1.4.4",
......@@ -364,8 +364,8 @@ setup(
include_package_data=True,
entry_points={},
extras_require=requires_extras,
install_requires=requires_install,
setup_requires=requires_setup,
install_requires=requires_dev,
setup_requires=requires_build,
tests_require=requires_test,
scripts=[
'scripts'+os.sep+'script_setup_requirements.py',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment