Merge pull request #16 from Trivernis/master

Dependency-Updates
develop
Trivernis 5 years ago committed by GitHub
commit 31322d8fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
- image: circleci/python:3.7.2
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images

@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}

@ -1,3 +1,3 @@
beautifulsoup4==4.6.3
lxml==4.2.5
typing==3.6.4
beautifulsoup4==4.7.1
lxml==4.3.0
typing==3.6.6

Loading…
Cancel
Save