summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-07 07:42:13 -0700
committerBob Halley <halley@dnspython.org>2020-05-07 07:42:13 -0700
commit6520f5dd3e77dd5ea568318f7e26d45e8c216e54 (patch)
treee6b7af242b2421c4e68bf55eda0d6bfff968138e /pyproject.toml
parent46d61b410f55c3c2a27a099cfce0991670a62c98 (diff)
downloaddnspython-6520f5dd3e77dd5ea568318f7e26d45e8c216e54.tar.gz
python>=3.6
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1111725..ab9177d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ packages = [
]
[tool.poetry.dependencies]
-python = "^3.5"
+python = "^3.6"
requests-toolbelt = "^0.9.1"
requests = "^2.23.0"
idna = "^2.1"