Skip to content

Commit 9a4b143

Browse files
committed
fixes in dependencies and release config
1 parent e4bb787 commit 9a4b143

File tree

3 files changed

+42
-24
lines changed

3 files changed

+42
-24
lines changed

Pipfile.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,21 @@ author = "Przemysław Łada"
88
author-email = "przlada@gmail.com"
99
home-page = "https://github.com/przlada/pyshoper"
1010
classifiers = ["License :: OSI Approved :: MIT License"]
11+
12+
requires = [
13+
"backoff",
14+
"certifi",
15+
"chardet",
16+
"idna",
17+
"requests",
18+
"uplink",
19+
"uritemplate",
20+
"urllib3",
21+
]
22+
description-file = "README.md"
23+
requires-python = ">=3.5"
24+
25+
[tool.flit.metadata.requires-extra]
26+
test = [
27+
"pytest",
28+
]

pyshoper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Python client to shoper.pl REST api"""
22
import pyshoper.api_helpers as exceptions
33

4-
__version__ = '0.1'
4+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)