Skip to content

Commit

Permalink
add poetry files
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Sep 23, 2021
1 parent c066be2 commit 4e55ce7
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 1 deletion.
274 changes: 274 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions pyproject.toml
@@ -0,0 +1,23 @@
[tool.poetry]
name = "mifiel-python-api-client"
version = "0.1.0"
description = ""
authors = ["Genaro Madrid <genmadrid@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.9"
mifiel = "^0.0.10"
cookies = "^2.2.1"
requests = ">=2.20.0"
responses = "^0.9.0"
unittest2 = "^1.1.0"
nose2 = "^0.10.0"

[tool.poetry.dev-dependencies]
coverage = "^4.1"
nose2 = "^0.10"
pypandoc = "^1.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
setup(
name='mifiel',
version='0.0.10',
description='Python API Client library for Mifiel.com',
description='Python API Client library for mifiel.com',
long_description=long_description,
url='http://github.com/mifiel/python-api-client',
download_url='https://github.com/Mifiel/python-api-client/tarball/v0.0.10',
Expand Down

0 comments on commit 4e55ce7

Please sign in to comment.