-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
60 lines (58 loc) · 1.25 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
name = sleuth-pr
description = Pull request automation Django app
author = Don Brown
author_email = [email protected]
maintainer = Don Brown
maintainer_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
license = APLv2 License
url = https://github.com/sleuth-io/sleuth-pr
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License
Topic :: Software Development
Programming Language :: Python :: 3.8
keywords =
pull request
automation
bot
[options]
packages = find:
include_package_data = True
python_requires = >=3.8
install_requires =
Django >= 3.0.0
celery >= 5.0.0
marshmallow >= 3.8.0
PyGithub >= 1.53
PyJWT >= 1.7.1
requests >= 2.24.0
strictyaml >= 1.0.0
pyparsing >= 2.4.7
cryptography >= 3.1
basictracer >= 3.1.0
opentracing_instrumentation >= 3.2.1
django_opentracing >= 1.1.0
redlock >= 1.2.0
setup_requires =
setuptools_scm
[options.extras_require]
dev =
pytest
pytest-django
flake8
pylint
black
reorder-python-imports
factory-boy
mkdocs>=1.1
mkdocs-macros-plugin
test =
pytest
doc =
sphinx
sphinx_rtd_theme
prod =
google-re2 == 0.0.7