Tooling: unpin requirements

This commit is contained in:
olliemath 2021-08-20 14:08:17 +01:00
parent 23cef67da0
commit cd724c2132
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
Change Log Change Log
========== ==========
v2.2.2
------
- Unpined requirements to enhance compatability
v2.2.1 v2.2.1
------ ------
- Minor tooling changes for PyPI - Minor tooling changes for PyPI

View File

@ -11,7 +11,7 @@ line_length = 120
[tool.poetry] [tool.poetry]
name = "clickhouse_orm" name = "clickhouse_orm"
version = "2.2.1" version = "2.2.2"
description = "A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm." description = "A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm."
authors = ["olliemath <oliver.margetts@gmail.com>"] authors = ["olliemath <oliver.margetts@gmail.com>"]
license = "BSD" license = "BSD"
@ -33,9 +33,9 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.6.2,<4" python = ">=3.6.2,<4"
requests = "^2.26.0" requests = "*"
pytz = "^2021.1" pytz = "*"
iso8601 = "^0.1.16" iso8601 = "*"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
flake8 = "^3.9.2" flake8 = "^3.9.2"