Skip to content

Commit 8dc7814

Browse files
markolofsenclaude
andcommitted
feat: add pip fallback requirements file
Added requirements-fallback.txt as a pip-compatible fallback for when Poetry is unavailable or broken. This file is automatically generated from pyproject.toml dependencies and allows the installer to gracefully fall back to pip installation instead of attempting complex Poetry fixes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 32d1b0d commit 8dc7814

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Fallback requirements for pip installation
2+
# Generated from pyproject.toml for when Poetry is unavailable
3+
4+
django>=5.2.0,<6.0.0
5+
django-cfg[full]
6+
Pillow>=10.0.0,<11.0.0
7+
psutil>=5.9.0,<6.0.0
8+
faker>=37.5.3,<38.0.0
9+
markdown>=3.9,<4.0
10+
uvicorn[standard]>=0.34.0,<1.0.0

0 commit comments

Comments
 (0)