Skip to content

Commit

Permalink
Merge pull request #186 from isogeo/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
SimonSAMPERE committed Oct 13, 2020
2 parents 45edf3b + fc2d51e commit 7e0946a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"name": "Python: All debug Options",
"type": "python",
"request": "launch",
"pythonPath": "${config:python.pythonPath}",
"pythonPath": "${command:python.interpreterPath}",
"program": "${file}",
"module": "module.name",
"env": {
Expand Down
10 changes: 5 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ pre-commit==2.4.*

# Tests
# -----------------------
python-dotenv==0.13.*
pytest==5.4.*
python-dotenv==0.14.*
pytest==6.1.*
pytest-cov==2.10.*
pytest-randomly==3.4.*
pytest-rerunfailures==9.*
tox==3.19.*
tox==3.20.*

# Documentation (for devs)
# -----------------------
sphinx==3.0.*
sphinx==3.2.*
sphinx-autodoc-typehints==1.10.*
sphinx-copybutton==0.2.*
sphinx-copybutton==0.3.*
sphinx-markdown-tables==0.0.15 # to render markdown tables
sphinx-rtd-theme==0.5.*
recommonmark==0.6.*
Expand Down

0 comments on commit 7e0946a

Please sign in to comment.