forked from theOehrly/Fast-F1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (32 loc) · 698 Bytes
/
setup.cfg
File metadata and controls
38 lines (32 loc) · 698 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 = fastf1
license = MIT
license_files = LICENSE
author = Oehrly
author_email = oehrly@mailbox.org
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
requests-cache<=0.5.2
pandas
numpy
scipy
fuzzywuzzy
matplotlib
timple>=0.1.2
signalr-client-aio
[build_sphinx]
project = Fast F1
source-dir = ./docs
build-dir = ./docs/_build
[flake8]
max-line-length = 120