-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
32 lines (29 loc) · 895 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
[metadata]
name = feature_store
version=0.0.1
description = End to end demo fo Feast deployed on GCP with Redis.
long_description = file: README.md
long_description_content_type=text/markdown
url = https://github.com/RedisVentures/gcp-feast-demo
project_urls =
Source = https://github.com/RedisVentures/gcp-feast-demo
author = Redis Ventures
contact_email = [email protected]
license = MIT
keywords = redis, feast, ai, machine learning, feature store, gcp
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = find:
setup_requires =
setuptools>=39.2
include_package_data = True
python_requires = >=3.7
install_requires =
google-cloud-bigquery==2.34.4
google-cloud-bigquery-storage==2.14.1
feast[gcp, redis]==0.22.0
requests==2.28.1
ipython==7.34.0