From 8089081417c71680c3b0d2dc744caab8712d7a8d Mon Sep 17 00:00:00 2001 From: lan Date: Mon, 14 Aug 2023 18:14:03 +0800 Subject: [PATCH] add:fronted --- .gitignore | 2 +- fcb-fronted/.gitignore | 2 +- requirements.txt | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index 2804fa1..f40e9ef 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST -.vite +.vite/ # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. diff --git a/fcb-fronted/.gitignore b/fcb-fronted/.gitignore index b9beeed..5ea12ae 100644 --- a/fcb-fronted/.gitignore +++ b/fcb-fronted/.gitignore @@ -6,7 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* - +.vite/ node_modules .DS_Store dist-ssr diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..05cb01f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,39 @@ +aioboto3==11.2.0 +aiobotocore==2.5.0 +aiohttp==3.8.5 +aioitertools==0.11.0 +aiosignal==1.3.1 +aiosqlite==0.17.0 +annotated-types==0.5.0 +anyio==3.7.1 +async-timeout==4.0.3 +atlastk==0.13.2 +attrs==23.1.0 +boto3==1.26.76 +botocore==1.29.76 +charset-normalizer==3.2.0 +click==8.1.6 +exceptiongroup==1.1.2 +fastapi==0.101.0 +frozenlist==1.4.0 +h11==0.14.0 +idna==3.4 +iso8601==1.1.0 +jmespath==1.0.1 +multidict==6.0.4 +pydantic==2.1.1 +pydantic_core==2.4.0 +pypika-tortoise==0.1.6 +python-dateutil==2.8.2 +python-multipart==0.0.6 +pytz==2023.3 +s3transfer==0.6.1 +six==1.16.0 +sniffio==1.3.0 +starlette==0.27.0 +tortoise-orm==0.20.0 +typing_extensions==4.7.1 +urllib3==1.26.16 +uvicorn==0.23.2 +wrapt==1.15.0 +yarl==1.9.2