mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2026-04-27 19:41:49 +01:00
First commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "i-form-server-node-deployer"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
typer = {extras = ["all"], version = "^0.9.0"}
|
||||
selenium = "^4.14.0"
|
||||
mechanicalsoup = "^1.3.0"
|
||||
docker = "^6.1.3"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user