summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Roztocil <jakub@roztocil.co>2021-10-02 16:50:39 +0200
committerGitHub <noreply@github.com>2021-10-02 16:50:39 +0200
commit738840113465d9eb481eb14a99a30f56cf9329a7 (patch)
treecac02070643120a9c53aeac7cef1d5ca1bdb70ee
parent4ef31ecf71a8e1107329a49ed205c8b2cdffef65 (diff)
Update setup.py
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ef2d5e86..fccac462 100644
--- a/setup.py
+++ b/setup.py
@@ -6,6 +6,7 @@ from setuptools import setup, find_packages
import httpie
+
# Note: keep requirements here to ease distributions packaging
tests_require = [
'pytest',