# Rcee
toml              ~= 0.10.2
click             ~= 8.1.7
arklog            ~= 0.5.1
dacite            ~= 1.8.1
invoke            ~= 2.2.0
fastapi           ~= 0.109.2
pyarrow           ~= 15.0.0
requests          ~= 2.31.0
starlette         <= 0.37 # fastapi 0.109.2 depends on starlette<0.37.0 and >=0.36.3
uvicorn[standard] ~= 0.27.1
# Test
httpx  ~= 0.26.0
pytest ~= 8.0.1
# Doc
sphinx ~= 7.2.6
# Dev
tox      ~= 4.13.0
pip      ~= 24.0
flit     ~= 3.9.0
twine    ~= 5.0.0
vermin   ~= 1.6.0
numpy    ~= 1.26.0
jinja2   ~= 3.1.2
flake8   ~= 7.0.0
coverage ~= 7.4.1
