Skip to content

Commit

Permalink
chore: update .env.example and pin httpx version
Browse files Browse the repository at this point in the history
Update .env.example with new environment variable HOST_OUTPUT_DIR.
Pin httpx to version 0.27.0 in requirements.txt for consistency.
  • Loading branch information
rtuszik committed Aug 23, 2024
1 parent bbb92aa commit 614e912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
REPLICATE_API_TOKEN=yourtokenhere
REPLICATE_API_TOKEN=your_replicate_api_token
HOST_OUTPUT_DIR=/path/to/your/output/directory
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ token_count==0.2.1
pillow==10.4.0
loguru==0.7.2
nicegui==1.4.36
httpx
httpx==0.27.0

0 comments on commit 614e912

Please sign in to comment.