From 9f0d59619c8c62bafde8049d466c04d89be8be59 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Aug 2021 17:37:41 +0300 Subject: figure out setup.cfg vs. requirements.txt --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 48c0e04..549ec83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,10 @@ classifiers = Topic :: Software Development :: Version Control :: Git [options] +install_requires = + atlassian-python-api ~= 3.0 + PyGithub ~= 1.0 + tomli ~= 1.0 packages = find: python_requires = >=3.6 -- cgit v1.2.3