Skip to content

Commit

Permalink
fixes in dependencies and release config
Browse files Browse the repository at this point in the history
  • Loading branch information
przlada committed Nov 7, 2018
1 parent e4bb787 commit 9a4b143
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 24 deletions.
46 changes: 23 additions & 23 deletions Pipfile.lock

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

18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,21 @@ author = "Przemysław Łada"
author-email = "[email protected]"
home-page = "https://github.com/przlada/pyshoper"
classifiers = ["License :: OSI Approved :: MIT License"]

requires = [
"backoff",
"certifi",
"chardet",
"idna",
"requests",
"uplink",
"uritemplate",
"urllib3",
]
description-file = "README.md"
requires-python = ">=3.5"

[tool.flit.metadata.requires-extra]
test = [
"pytest",
]
2 changes: 1 addition & 1 deletion pyshoper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Python client to shoper.pl REST api"""
import pyshoper.api_helpers as exceptions

__version__ = '0.1'
__version__ = '0.1.2'

0 comments on commit 9a4b143

Please sign in to comment.