Skip to content

Commit f0b8570

Browse files
committed
chore: remove Django dependency from project configuration
1 parent e786c74 commit f0b8570

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222
]
2323
dependencies = [
2424
"asyncio==3.4.3",
25-
"django==5.1.1",
2625
"lagom==2.6.0",
2726
"pydantic==2.9.2",
2827
"fastapi==0.100.0",

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
asyncio==3.4.3
2-
django==5.1.1
32
lagom==2.6.0
43
pydantic==2.9.2
54
fastapi==0.100.0

0 commit comments

Comments
 (0)