23 lines
491 B
INI
23 lines
491 B
INI
[metadata]
|
|
name = idea70-narrativeweave-real-time
|
|
version = 0.1.0
|
|
description = Deterministic, auditable narrative assembly for market research
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
author = NarrativeWeave Community
|
|
license = MIT
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires =
|
|
fastapi>=0.85
|
|
uvicorn>=0.18
|
|
pydantic>=1.10
|
|
sqlalchemy>=1.4
|
|
pytest>=7.0
|
|
python-dotenv>=0.20
|
|
cryptography>=38
|
|
|
|
[options.packages.find]
|
|
where = .
|