Skip to content

Commit

Permalink
fix(api): remove unused flask-executor package
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 4, 2023
1 parent f6a6c99 commit 3a91347
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
### Specific versions ###
numpy>=1.20,<1.24
protobuf<4,>=3.20.2

### AI packages ###
accelerate
diffusers
numpy>=1.20,<1.24
onnx
onnxruntime
protobuf<4,>=3.20.2
transformers

#### Upscaling and face correction
Expand All @@ -17,6 +19,5 @@ realesrgan
boto3
flask
flask-cors
flask_executor
jsonschema
pyyaml

0 comments on commit 3a91347

Please sign in to comment.