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 | |
parent | change default "output_dir" (diff) | |
download | cgitize-9f0d59619c8c62bafde8049d466c04d89be8be59.tar.gz cgitize-9f0d59619c8c62bafde8049d466c04d89be8be59.zip |
figure out setup.cfg vs. requirements.txt
-rw-r--r-- | requirements.txt | 20 | ||||
-rw-r--r-- | setup.cfg | 4 |
2 files changed, 21 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index ddc42a6..2f187d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,17 @@ -atlassian-python-api ~= 3.0 -PyGithub ~= 1.0 -tomli ~= 1.0 +atlassian-python-api==3.12.1 +certifi==2021.5.30 +cffi==1.14.6 +charset-normalizer==2.0.4 +Deprecated==1.2.12 +idna==3.2 +oauthlib==3.1.1 +pycparser==2.20 +PyGithub==1.55 +PyJWT==2.1.0 +PyNaCl==1.4.0 +requests==2.26.0 +requests-oauthlib==1.3.0 +six==1.16.0 +tomli==1.2.0 +urllib3==1.26.6 +wrapt==1.12.1 @@ -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 |