aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMax Nanis2026-08-20 15:40:48 -0700
committerMax Nanis2026-08-20 15:40:48 -0700
commit0c10237223829818752ab4fc431957c0b22a0e23 (patch)
tree55d541235b32aadf9585dc10381bb9d7f0e28542 /pyproject.toml
parent77e64ac954a7738b93a85fefde25fd6436e75737 (diff)
downloadgeneralresearch-0c10237223829818752ab4fc431957c0b22a0e23.tar.gz
generalresearch-0c10237223829818752ab4fc431957c0b22a0e23.zip
moving create_dummy to conftest files, fastapi to requirements for Typing, more RuffHEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dd2e649..183e271 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,7 @@ description = "Python Utilities for General Research"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
+ "fastapi",
"Faker",
"PyMySQL",
"psycopg",