Commit 1074f5b 1 parent 747bc3a commit 1074f5b Copy full SHA for 1074f5b
File tree 1 file changed +12
-15
lines changed
1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- import imp
16
- import os
17
-
18
15
from setuptools import find_packages , setup
19
16
20
17
NAME = "feast"
25
22
VERSION = "0.3.2"
26
23
27
24
REQUIRED = [
28
- "click>=7.0 " ,
29
- "google-api-core==1.*" ,
30
- "google-auth==1.*" ,
31
- "google-cloud-bigquery==1.*" ,
25
+ "Click==7.* " ,
26
+ "google-api-core==1.14. *" ,
27
+ "google-auth==1.6. *" ,
28
+ "google-cloud-bigquery==1.18. *" ,
32
29
"google-cloud-storage==1.20.*" ,
33
- "google-cloud-core==1.0.3 " ,
30
+ "google-cloud-core==1.0.* " ,
34
31
"googleapis-common-protos==1.*" ,
35
- "google-cloud-bigquery-storage==0.*" ,
32
+ "google-cloud-bigquery-storage==0.7. *" ,
36
33
"grpcio==1.*" ,
37
34
"pandas==0.*" ,
38
- "pandavro==1.5.1 " ,
35
+ "pandavro==1.5.* " ,
39
36
"protobuf==3.10.*" ,
40
- "PyYAML==5.1.2 " ,
37
+ "PyYAML==5.1.* " ,
41
38
"fastavro==0.*" ,
42
- "kafka-python==1.4. *" ,
39
+ "kafka-python==1.*" ,
43
40
"tabulate==0.8.*" ,
44
- "toml==0.10.0 " ,
41
+ "toml==0.10.* " ,
45
42
"tqdm==4.*" ,
46
- "numpy" ,
47
- "google" ,
43
+ "numpy==1.* " ,
44
+ "google==2.* " ,
48
45
]
49
46
50
47
setup (
You can’t perform that action at this time.
0 commit comments