-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (30 loc) · 935 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.poetry]
name = "test-weather-forecast"
version = "0.1.0"
description = "Solution for https://github.com/SeitaBV/assignment-data-engineering?tab=readme-ov-file"
authors = ["Nikolai Rozanov <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.100.1"
uvicorn = "^0.23.2"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
a2wsgi = "^1.6.0"
fastapi-pagination = "^0.11.0"
schemathesis = "^3.17.5"
types-aiobotocore = {extras = ["essential"], version = "^2.4.2"}
python-http-client = "^3.3.7"
aiobotocore = "^2.5.0"
asyncio = "^3.4.3"
psycopg2-binary = "^2.9.7"
pydantic = {version = "^1.10.2", extras = ["dotenv", "email"]}
gunicorn = "^20.1.0"
pycryptodome = "^3.18.0"
timely-beliefs = "^2.0.0"
typer = "^0.9.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.3"
pytest-factoryboy = "^2.5.0"
pytest-mock = "^3.10.0"
pytest-asyncio = "^0.21.0"
freezegun = "^1.2.2"