FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/pyproject.toml at master · genostack/feast · GitHub
genostack
/
feast
Public
forked from
feast-dev/feast
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (29 loc) · 697 Bytes
Breadcrumbs
feast
/
pyproject.toml
Copy path
File metadata and controls
31 lines (29 loc) · 697 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
[
build-system
]
requires
= [
"
setuptools>=60
"
,
"
wheel
"
,
"
setuptools_scm>=6.2
"
,
"
grpcio
"
,
"
grpcio-tools>=1.47.0
"
,
"
mypy-protobuf==3.1
"
,
"
sphinx!=4.0.0
"
]
build-backend
=
"
setuptools.build_meta
"
[
tool
.
setuptools_scm
]
#
Including this section is comparable to supplying use_scm_version=True in setup.py.
[
tool
.
black
]
line-length
=
88
target-version
= [
'
py38
'
]
include
=
'
\.pyi?$
'
exclude
=
'''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| pb2.py
| \.pyi
| protos
| sdk/python/feast/embedded_go/lib
)/
)
'''
Back
|
FazBrowse Home
|
New Git URL