-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
39 lines (36 loc) · 883 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
33
34
35
36
37
38
39
[tool.poetry]
name = "ganimede"
version = "0.1.0"
description = "Deploy Jupyter notebooks for the world"
authors = ["Manu G Raj <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
fastapi = "^0.65.1"
loguru = "^0.5.3"
uvicorn = {extras = ["standard"], version ="^0.14.0" }
redis = "^3.5.3"
gunicorn = "^20.1.0"
python-dotenv = "^0.17.1"
flake8 = "^3.9.2"
python-multipart = "^0.0.5"
jupyter = "^1.0.0"
papermill = "^2.3.3"
notebooktoall = "^0.2.3"
black = "^21.5b2"
virtualenv = "^20.4.7"
"delegator.py" = "^0.1.1"
virtualenv-api = "^2.1.18"
argon2 = "^0.1.10"
portpicker = "^1.4.0"
pycrypto = "^2.6.1"
docker-compose = "^1.29.2"
clean-text = "^0.4.0"
Unidecode = "^1.2.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
autoflake = "^1.4"
pytest = "^6.2.4"
mypy = "^0.812"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"