From 531556331e1f65ab818997a0191fb1be43128ff7 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Fri, 17 May 2024 09:40:20 +0200 Subject: [PATCH] TO REMOVE TEST WITH FASTAPI FORK --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 8a11e992..51e7b955 100644 --- a/environment.yml +++ b/environment.yml @@ -24,7 +24,7 @@ dependencies: - importlib_resources ####### - email-validator - - fastapi + # - fastapi - git - gitpython - httpx @@ -57,3 +57,4 @@ dependencies: - pip: - types-aiobotocore[essential] - boto3-stubs[essential] + - "git+https://github.com/chaen/fastapi.git@annotated"