Skip to content

Commit

Permalink
Include dataclasses for python 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Feb 12, 2022
1 parent 3176896 commit 3a50b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -9,6 +9,7 @@ python = ">= 3.6.2, < 4"
lxml = "^4.6.3"
requests = "^2.25.1"
cssselect = "^1.1.0"
dataclasses = { version = "^0.8", python = ">=3.6, <3.7" }

[tool.poetry.dev-dependencies]
black = "^22.1.0"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,6 +1,7 @@
certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
charset-normalizer==2.0.11; python_full_version >= "3.6.0" and python_version >= "3"
cssselect==1.1.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
dataclasses==0.8; python_version >= "3.6" and python_version < "3.7"
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
lxml==4.7.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
Expand Down

0 comments on commit 3a50b77

Please sign in to comment.