From ace191a4ac07d78de943283d4506465173756077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 1 Apr 2020 22:29:08 +0200 Subject: [PATCH] add extras --- CHANGELOG.md | 2 +- setup.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3052592f..ad72c937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # v2.7.5 -* _TBA_ +* added extras to setup.py # v2.7.4 diff --git a/setup.py b/setup.py index aa5ac43a..6dc2f903 100644 --- a/setup.py +++ b/setup.py @@ -13,4 +13,9 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'], ], test_suite='nose2.collector.collector', python_requires='!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*', + extras_require={ + 'HTTPJSONSource': ['requests'], + 'YAMLSource': ['pyyaml'], + 'TOMLSource': ['toml'] + } ) -- GitLab