Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #1

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PyYAML
attrs==16.3.0
crossbar==17.3.1
pexpect
PyYAML==3.12
attrs==17.3.0
crossbar==17.11.1
pexpect==4.3.0
pyserial>=3.3
pytest
pytest-cache
pytest-cov
pytest-isort
pytest-mock
pytest-pylint
pytest-runner
pytest==3.3.0
pytest-cache==1.0
pytest-cov==2.5.1
pytest-isort==0.1.0
pytest-mock==1.6.3
pytest-pylint==0.7.1
pytest-runner==3.0
onewire>=0.2
pyudev
yapf
requests==2.13.0
autobahn==0.18.1
pyudev==0.21.0
yapf==0.20.0
requests==2.18.4
autobahn==17.10.1
-r doc-requirements.txt
8 changes: 4 additions & 4 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinxcontrib-napoleon
Sphinx
sphinx_rtd_theme
docutils==0.13.1
sphinxcontrib-napoleon==0.6.1
Sphinx==1.6.5
sphinx_rtd_theme==0.2.4
docutils==0.14