-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (24 loc) · 834 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (24 loc) · 834 Bytes
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
[tool.poetry]
name = "textec"
version = "0.3.0"
description = ""
authors = ["Jonatan Noponen <2370315+jobatabs@users.noreply.github.com>", "Juho Kemppainen <juho.hm.kemppainen@helsinki.fi>", "Lenni Martikainen <lenni.martikainen@helsinki.fi>", "Salla Korhonen <73477364+sakorh@users.noreply.github.com>", "Simona Callegari <simona.callegari@helsinki.fi>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
flask = "^3.0.3"
robotframework = "^7.1.1"
robotframework-seleniumlibrary = "^6.6.1"
flask-sqlalchemy = "^3.1.1"
python-dotenv = "^1.0.1"
getenv = "^0.2.0"
psycopg2-binary = "^2.9.10"
requests = "^2.32.3"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
coverage = "^7.6.7"
pylint = "^3.3.1"
autopep8 = "^2.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"