Skip to content

Commit

Permalink
Update server dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danixeee committed Mar 21, 2019
1 parent 1d01981 commit 3c8e83e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@

development = [
"bandit==1.5.1", # Run locally: bandit -r ./pygls
"flake8==3.7.1", # Run locally: flake8
"flake8==3.7.7", # Run locally: flake8
]

docs_require = [
"sphinx==1.8.2",
"sphinx_rtd_theme==0.4.2"
"sphinx==1.8.5",
"sphinx_rtd_theme==0.4.3"
]

tests_require = [
"mock==2.0.0",
"pytest==4.0.2",
"pytest-asyncio==0.9.0"
"pytest==4.3.1",
"pytest-asyncio==0.10.0"
]

# pip install pygls
Expand Down

0 comments on commit 3c8e83e

Please sign in to comment.