File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed
Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1- name : inquestlabs-workflow
1+ name : tests
22
33on : [push]
44
Original file line number Diff line number Diff line change 1- ![ Build Status] ( https://github.com/InQuest/python-inquestlabs/workflows/inquestlabs-workflow /badge.svg?branch=master )
1+ ![ Build Status] ( https://github.com/InQuest/python-inquestlabs/workflows/tests /badge.svg?branch=master )
22![ Developed by InQuest] ( https://inquest.net/images/inquest-badge.svg )
33![ PyPI Version] ( http://img.shields.io/pypi/v/inquestlabs.svg )
44
Original file line number Diff line number Diff line change 8383
8484# extract version from installed package metadata
8585__application_name__ = "inquestlabs"
86- __version__ = "1.2.1 "
86+ __version__ = "1.2.2 "
8787# __version__ = version(__application_name__)
8888__full_version__ = f"{ __application_name__ } { __version__ } "
8989
Original file line number Diff line number Diff line change @@ -4,18 +4,31 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " inquestlabs"
7- version = " 1.2.1 "
7+ version = " 1.2.2 "
88license = {file = " LICENSE" }
99authors = [
1010 {
name =
" InQuest" ,
email =
" [email protected] " },
1111]
1212description = " A Pythonic interface and CLI tool for the InQuest Labs API"
1313readme = " README.md"
1414requires-python = " >=3.9"
15- dynamic = [" dependencies" ]
1615
17- [tool .setuptools .dynamic ]
18- dependencies = {file = [" requirements.txt" ]}
16+ dependencies = [
17+ " attrs" ,
18+ " certifi" ,
19+ " charset-normalizer" ,
20+ " docopt" ,
21+ " idna" ,
22+ " iniconfig" ,
23+ " packaging" ,
24+ " pluggy" ,
25+ " py" ,
26+ " pyparsing" ,
27+ " requests" ,
28+ " six" ,
29+ " tomli" ,
30+ " urllib3" ,
31+ ]
1932
2033classifiers = [
2134 " Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments