From 36c7b274524e3d2d2ad5808e496a9768e9d2057e Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Thu, 13 Apr 2023 13:58:08 +0800 Subject: [PATCH] rm reqs --- requirements.txt | 5 +---- setup.cfg | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 48032de..b2ee759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,3 @@ astropy>=4.0 grpcio>=1.28.1 -orjson>=3.0.2 -protobuf==3.9.0 -git+https://github.com/astronomical-data-processing/csst-dfs-proto-py.git -git+https://github.com/astronomical-data-processing/csst-dfs-commons.git \ No newline at end of file +protobuf==3.9.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2d393bb..e361beb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,5 +20,3 @@ packages = find: python_requires = >=3.7 zip_safe = False setup_requires = setuptools_scm -install_requires = - astropy>=4.0 -- GitLab