Skip to content

Commit

Permalink
updating pyproject.toml to set dependencies as a list
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Sep 17, 2024
1 parent bd652c9 commit ff7892d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ build-backend = "setuptools.build_meta"

[project]
name = "behavex"
version = "4.0.2"
version = "4.0.4rc1"
description = "Agile test wrapper on top of Behave (BDD)."
readme = "README.md"
license = { text = "MIT" }
authors = [
{ name = "Hernan Rey", email = "behavex_users@googlegroups.com" }
]
requires-python = ">=3.5"
dependencies = [
"behave==1.2.6",
"behavex-images",
"jinja2",
"configobj",
"htmlmin",
"csscompressor"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand All @@ -33,14 +41,6 @@ classifiers = [
[project.urls]
homepage = "https://github.com/hrcorval/behavex"

[project.dependencies]
behave = "==1.2.6"
behavex-images = "*"
jinja2 = "*"
configobj = "*"
htmlmin = "*"
csscompressor = "*"

[project.optional-dependencies]
dev = [
"pytest",
Expand Down

0 comments on commit ff7892d

Please sign in to comment.