|
| 1 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 2 | +# or more contributor license agreements. See the NOTICE file |
| 3 | +# distributed with this work for additional information |
| 4 | +# regarding copyright ownership. The ASF licenses this file |
| 5 | +# to you under the Apache License, Version 2.0 (the |
| 6 | +# "License"); you may not use this file except in compliance |
| 7 | +# with the License. You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, |
| 12 | +# software distributed under the License is distributed on an |
| 13 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | +# KIND, either express or implied. See the License for the |
| 15 | +# specific language governing permissions and limitations |
| 16 | +# under the License. |
| 17 | + |
| 18 | +[build-system] |
| 19 | +requires = ["setuptools>=64"] |
| 20 | +build-backend = "setuptools.build_meta" |
| 21 | + |
| 22 | +[project] |
| 23 | +name = "burr" |
| 24 | +version = "VERSION" |
| 25 | +description = "This package has moved to apache-burr. Install apache-burr instead." |
| 26 | +readme = "README.md" |
| 27 | +requires-python = ">=3.9" |
| 28 | +license = "Apache-2.0" |
| 29 | +dependencies = ["apache-burr==VERSION"] |
| 30 | + |
| 31 | +[project.optional-dependencies] |
| 32 | +aiosqlite = ["apache-burr[aiosqlite]==VERSION"] |
| 33 | +asyncpg = ["apache-burr[asyncpg]==VERSION"] |
| 34 | +bedrock = ["apache-burr[bedrock]==VERSION"] |
| 35 | +cli = ["apache-burr[cli]==VERSION"] |
| 36 | +developer = ["apache-burr[developer]==VERSION"] |
| 37 | +documentation = ["apache-burr[documentation]==VERSION"] |
| 38 | +examples = ["apache-burr[examples]==VERSION"] |
| 39 | +graphviz = ["apache-burr[graphviz]==VERSION"] |
| 40 | +hamilton = ["apache-burr[hamilton]==VERSION"] |
| 41 | +haystack = ["apache-burr[haystack]==VERSION"] |
| 42 | +inappexamples = ["apache-burr[inappexamples]==VERSION"] |
| 43 | +learn = ["apache-burr[learn]==VERSION"] |
| 44 | +opentelemetry = ["apache-burr[opentelemetry]==VERSION"] |
| 45 | +postgresql = ["apache-burr[postgresql]==VERSION"] |
| 46 | +psycopg2 = ["apache-burr[psycopg2]==VERSION"] |
| 47 | +pydantic = ["apache-burr[pydantic]==VERSION"] |
| 48 | +pymongo = ["apache-burr[pymongo]==VERSION"] |
| 49 | +ray = ["apache-burr[ray]==VERSION"] |
| 50 | +redis = ["apache-burr[redis]==VERSION"] |
| 51 | +release = ["apache-burr[release]==VERSION"] |
| 52 | +start = ["apache-burr[start]==VERSION"] |
| 53 | +streamlit = ["apache-burr[streamlit]==VERSION"] |
| 54 | +tests = ["apache-burr[tests]==VERSION"] |
| 55 | +tracking = ["apache-burr[tracking]==VERSION"] |
| 56 | +tracking-client = ["apache-burr[tracking-client]==VERSION"] |
| 57 | +tracking-client-s3 = ["apache-burr[tracking-client-s3]==VERSION"] |
| 58 | +tracking-server = ["apache-burr[tracking-server]==VERSION"] |
| 59 | +tracking-server-s3 = ["apache-burr[tracking-server-s3]==VERSION"] |
| 60 | + |
| 61 | +[project.urls] |
| 62 | +Homepage = "https://burr.apache.org/" |
| 63 | +Documentation = "https://burr.apache.org/docs" |
| 64 | +Repository = "https://github.com/apache/burr" |
| 65 | +"Bug Tracker" = "https://github.com/apache/burr/issues" |
0 commit comments