-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (44 loc) · 1.2 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
[flake8]
ignore = E128,E811,W503,E203,PT001,PT004,PT007,PT012,PT018,PT023,PL123
max_line_length = 100
[pydocstyle]
inherit = false
# google convention + D413
ignore = D10,D203,D212,D213,D214,D215,D404,D405,D406,D407,D408,D409,D410,D411,D413
match = .*\.py
[rstcheck]
ignore_directives =
automodule,
mdinclude,
ignore_messages=(Undefined substitution referenced: \":)
[metadata]
name = cardano-sync-tests
url = https://github.com/IntersectMBO/cardano-sync-tests
maintainer = IOE Cardano Node QA Team
maintainer_email = sara.tomaz@iohk.io
description = Sync tests for cardano-node and db-sync
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Intended Audience :: Developers
[options]
zip_safe = False
include_package_data = True
packages = find:
setup_requires =
setuptools_scm
install_requires =
blockfrost-python
colorama
GitPython
pandas
psutil
pyyaml
pymysql
requests
setuptools >= 60.5.0