Skip to content

Commit 1b7336b

Browse files
committed
Move uvicorn to requirements.txt
1 parent a413db2 commit 1b7336b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This website is a tool that calculates possible routes between two destinations
1212
To develop this project, install the required packages and run the server with the following commands:
1313

1414
```bash
15+
pip install -r requirements-dev.txt
1516
pip install -e .
16-
pip install -r requirements.txt -r requirements-dev.txt
1717
uvicorn ferry_planner.server:app --reload
1818
```
1919

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
-r requirements.txt
22
pre-commit~=3.8.0
3-
uvicorn[standard]~=0.30.6

requirements-prod.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ jinja2~=3.1.4
55
httpx~=0.27.0
66
beautifulsoup4~=4.12.3
77
tzdata~=2024.1
8+
uvicorn[standard]~=0.30.6

0 commit comments

Comments
 (0)