forked from Nickel5-Inc/bettensor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (36 loc) · 665 Bytes
/
setup.cfg
File metadata and controls
39 lines (36 loc) · 665 Bytes
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
[metadata]
name = bettensor
version = 2.4.1
database_version = 1.0.0
reset_validator_scores = False
force_rebuild_scores = False
author = geardici, oneandahalfcats, qucat
organization = Nickel5
author_email = test@email.com
description = This project implements the Bettensor subnet for Bittensor
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
[options]
packages = find:
python_requires = >=3.10
install_requires =
bittensor>=9.0.0
torch
gitpython
python-dotenv
[options.extras_require]
miner =
datetime
sqlite3
json
time
typing
uuid
validator =
datetime
sqlite3
json
time
typing
uuid