diff --git a/.requirements.txt b/.requirements.txt new file mode 100644 index 0000000..2a341a0 --- /dev/null +++ b/.requirements.txt @@ -0,0 +1,10 @@ +click>=8.0 +pyyaml>=6.0 +faker>=19.0 +fastapi>=0.100 +uvicorn>=0.23 +openapi-spec-validator>=0.6 +watchdog>=3.0 +pytest>=7.0 +pytest-cov>=4.0 +httpx>=0.24