mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 12:30:14 +00:00
Native data AI application framework based on AWEL+AGENT (#1152)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com> Co-authored-by: licunxing <864255598@qq.com> Co-authored-by: Aralhi <xiaoping0501@gmail.com> Co-authored-by: xuyuan23 <643854343@qq.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
18
setup.py
18
setup.py
@@ -1,15 +1,16 @@
|
||||
from typing import List, Tuple, Optional, Callable
|
||||
import setuptools
|
||||
import platform
|
||||
import subprocess
|
||||
import functools
|
||||
import os
|
||||
from enum import Enum
|
||||
import urllib.request
|
||||
from urllib.parse import urlparse, quote
|
||||
import platform
|
||||
import re
|
||||
import shutil
|
||||
import subprocess
|
||||
import urllib.request
|
||||
from enum import Enum
|
||||
from typing import Callable, List, Optional, Tuple
|
||||
from urllib.parse import quote, urlparse
|
||||
|
||||
import setuptools
|
||||
from setuptools import find_packages
|
||||
import functools
|
||||
|
||||
with open("README.md", mode="r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
@@ -373,6 +374,7 @@ def core_requires():
|
||||
"click",
|
||||
"psutil==5.9.4",
|
||||
"colorama==0.4.6",
|
||||
"tomlkit",
|
||||
]
|
||||
# Just use by DB-GPT internal, we should find the smallest dependency set for run
|
||||
# we core unit test.
|
||||
|
Reference in New Issue
Block a user