This repository was archived by the owner on Oct 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
66 lines (61 loc) · 1.64 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
61
62
63
64
65
[metadata]
# This includes the license file(s) in the wheel.
# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
name=fetch_disputables
version = 1.4.2
author=tallywiesenberg
description= dashboard & text alerts for disputable values reported to Fetch oracles.
long_description = file: README.md
long_description_content_type = text/markdown
url=https://github.com/fetchoracle/disputable-values-monitor
classifiers=
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Mathematics
Topic :: System :: Networking
Topic :: Office/Business :: Financial
Programming Language :: Python :: 3.9
keywords=
oracle
ethereum
blockchain
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
tests_require =
pytest
pytest-asyncio
pytest-cov
install_requires =
twilio==7.7.0
web3==5.28.0
pandas==2.2.2
tabulate==0.9.0
pytest-asyncio==0.19.0
click==8.1.3
pydantic==1.10.2
python-box==7.0.1
pytest==7.1.0
black==22.3.0
pre-commit==2.17.0
mypy==0.942
types-python-dateutil==2.8.10
types-PyYAML
py-solc-x==1.1.1
chained-accounts==0.0.1
slack_sdk==3.21.3
boto3==1.28.21
botocore==1.31.21
requests==2.31.0
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
cli = fetch_disputables.cli:main
data = fetch_disputables.data:main