kattis-cli 1.0.6__tar.gz → 1.0.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kattis-cli
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  Summary: A command-line tool for Kattis
5
5
  Home-page: https://github.com/rambasnet/kattis-cli
6
6
  Author: Ram Basnet
@@ -21,6 +21,7 @@ Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
21
21
  Requires-Dist: requests (>=2.31.0,<3.0.0)
22
22
  Requires-Dist: rich (>=13.6.0,<14.0.0)
23
23
  Requires-Dist: tomlkit (>=0.12.2,<0.13.0)
24
+ Requires-Dist: trogon (>=0.6.0,<0.7.0)
24
25
  Project-URL: Repository, https://github.com/rambasnet/kattis-cli
25
26
  Description-Content-Type: text/markdown
26
27
 
@@ -7,7 +7,7 @@ build.sh script copies the contents of this file to main.py.
7
7
  Change the __version__ to match in pyproject.toml
8
8
  Has to be higher than the pypi version.
9
9
  """
10
- __version__ = '1.0.6'
10
+ __version__ = '1.0.7'
11
11
 
12
12
  from math import inf
13
13
  from typing import Tuple
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "kattis-cli"
3
- version = "1.0.6"
3
+ version = "1.0.7"
4
4
  authors = ["Ram Basnet <rbasnet@coloradomesa.edu>"]
5
5
  description = "A command-line tool for Kattis"
6
6
  readme = "README.md"
@@ -24,6 +24,7 @@ pyyaml = "^6.0.1"
24
24
  rich = "^13.6.0"
25
25
  tomlkit = "^0.12.2"
26
26
  lxml = "^4.9.3"
27
+ trogon = "^0.6.0"
27
28
 
28
29
  [tool.poetry.scripts]
29
30
  kattis = 'kattis_cli.main:main'
File without changes
File without changes
File without changes