forked from windup/windup_integration_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
52 lines (50 loc) · 1.14 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
[flake8]
ignore = E128,E811,W503,E203
max-line-length = 100
[metadata]
name = mta-integration-tests
description = Testing Framework for Red Hat Application Migration Toolkit
license = Eclipse Public License 2.0
long_description = file: README.md
long_description_content_type = text/markdown
license-file = LICENSE
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
zip_safe = False
include_package_data = True
packages = find:
entry_points = file:entry_points.txt
setup_requires = setuptools_scm>=5.0.0
install_requires=
attrs
cached_property
click
docker
fauxfactory
importlib-metadata==1.6.0
importscan==0.2
ipython
jupyter
pre-commit
pytest
pytest-rerunfailures
selenium==3.141.0
taretto
wait_for
werkzeug
webdriver_kaifuku
widgetastic.patternfly4
widgetastic.core>=0.61
yaycl
polarion-docstrings
polarion-tools-common
pytest-polarion-collect
dump2polarion
cfme-testcases==0.15.2
setuptools>=40.0
[options.package_data]
* = *.txt, *.md