diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:37:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:37:41 +0300 |
commit | 9f0d59619c8c62bafde8049d466c04d89be8be59 (patch) | |
tree | fa7a5eef5752fbcc9a977cd74f2ed44ad57d4fc6 /setup.cfg | |
parent | change default "output_dir" (diff) | |
download | cgitize-9f0d59619c8c62bafde8049d466c04d89be8be59.tar.gz cgitize-9f0d59619c8c62bafde8049d466c04d89be8be59.zip |
figure out setup.cfg vs. requirements.txt
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |