File tree Expand file tree Collapse file tree 3 files changed +25
-62
lines changed Expand file tree Collapse file tree 3 files changed +25
-62
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ line-length = 79
3
3
target-version = [' py37' ]
4
4
include = ' \.pyi?$'
5
5
exclude = '''
6
-
7
6
(
8
7
/(
9
8
\.eggs # exclude a few common directories in the
@@ -17,11 +16,32 @@ exclude = '''
17
16
| build
18
17
| dist
19
18
)/
20
- | foo.py # also separately exclude a file named foo.py in
21
- # the root of the project
22
19
)
23
20
'''
24
21
22
+ [tool .poetry ]
23
+ name = " scale-nucleus"
24
+ version = " 0.1.0"
25
+ description = " The official Python client library for Nucleus, the Data Platform for AI"
26
+ license = " MIT"
27
+ authors = [" Scale AI Nucleus Team <nucleusapi@scaleapi.com>" ]
28
+ readme = " README.md"
29
+ homepage = " https://scale.com/nucleus"
30
+ repository = " https://github.com/scaleapi/nucleus-python-client"
31
+ documentation = " https://dashboard.scale.com/nucleus/docs/api"
32
+ packages = [{include =" nucleus" }]
33
+
34
+ [tool .poetry .dependencies ]
35
+ python = " ^3.6"
36
+ grequests = " ^0.6.0"
37
+ requests = " ^2.25.1"
38
+ tqdm = " ^4.60.0"
39
+
40
+ [tool .poetry .dev-dependencies ]
41
+ poetry = " ^1.1.5"
42
+ pytest = " ^6.2.3"
43
+ pylint = " ^2.7.4"
44
+
25
45
[build-system ]
26
- requires = [" setuptools " , " wheel " ]
27
- build-backend = " setuptools.build_meta:__legacy__ "
46
+ requires = [" poetry-core>=1.0.0 " ]
47
+ build-backend = " poetry.core.masonry.api "
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments