-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
33 lines (31 loc) · 867 Bytes
/
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
[metadata]
name = bettingAI
description = Betting AI project that includes gathering and processing data, training and tuning a model and predicting outcomes.
author = Erik Nymo Bohne
email = [email protected]
license = MIT
license_file = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages =
bettingAI
install_requires =
sqlalchemy >= 2.0.10
colorama >= 0.4.6
pandas >= 2.0.1
cloud-sql-python-connector[pg8000] >= 1.2.2
beautifulsoup4 >= 4.12.2
requests >= 2.29.0
nltk >= 3.8.1
scikit-learn >= 1.2.2
torch >= 2.0.0
python_requires = >=3.9
package_dir =
=src
zip_safe = no