forked from theOehrly/Fast-F1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (35 loc) · 793 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
34
35
36
37
38
39
40
41
[metadata]
name = fastf1
license = MIT
license_files = LICENSE
author = Oehrly
author_email = [email protected]
home_page = https://github.com/theOehrly/Fast-F1
description = Wrapper library for F1 data and telemetry API with additional data processing capabilities.
long_description = file: README.rst
long_description_content_type = text/x-rst
[options]
zip_safe = False
packages =
fastf1
fastf1.livetiming
python_requires = >= 3.8
install_requires =
requests-cache>=0.8.0
pandas>=1.1.0
numpy>=1.17.3
scipy
thefuzz
matplotlib>=3.3.3
timple>=0.1.2
requests>=2.28.0
websockets>=8.1
[build_sphinx]
project = Fast F1
source-dir = ./docs
build-dir = ./docs/_build
[flake8]
max-line-length = 120
extend-ignore = W503
extend-select = W504
exclude = fastf1/signalr_aio