We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd63247 commit 54da72fCopy full SHA for 54da72f
.circleci/config.yml
@@ -4,7 +4,7 @@ version: 2.1
4
jobs:
5
build_test:
6
docker:
7
- - image: python:3.9-slim-buster
+ - image: python:3.6-slim-buster
8
resource_class: small
9
steps:
10
- checkout # checkout source code to working directory
pyproject.toml
@@ -39,6 +39,7 @@ tqdm = "^4.60.0"
39
boto3 = "^1.17.53"
40
mypy = "^0.812"
41
coverage = "^5.5"
42
+dataclasses = { version = "^0.7", python = "^3.6.1, <3.7" }
43
44
[tool.poetry.dev-dependencies]
45
poetry = "^1.1.5"
0 commit comments