Skip to content

Initial Update #1

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

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
198ff2f
Pin pyyaml to latest version 3.12
pyup-bot Jan 24, 2018
5fffbca
Pin attrs to latest version 17.4.0
pyup-bot Jan 24, 2018
463a3f9
Update crossbar from 17.8.1.post1 to 17.12.1
pyup-bot Jan 24, 2018
764f672
Pin pexpect to latest version 4.3.1
pyup-bot Jan 24, 2018
4030141
Pin pymodbustcp to latest version 0.1.5
pyup-bot Jan 24, 2018
0492c4d
Pin pysnmp to latest version 4.4.4
pyup-bot Jan 24, 2018
a4493a6
Pin pysnmp-mibs to latest version 0.1.6
pyup-bot Jan 24, 2018
805274b
Pin pytest to latest version 3.3.2
pyup-bot Jan 24, 2018
be7f469
Pin pytest-cache to latest version 1.0
pyup-bot Jan 24, 2018
e0ff4b8
Pin pytest-cov to latest version 2.5.1
pyup-bot Jan 24, 2018
43d1868
Pin pytest-isort to latest version 0.1.0
pyup-bot Jan 24, 2018
f1e3862
Pin pytest-mock to latest version 1.6.3
pyup-bot Jan 24, 2018
8015dd5
Pin pytest-pylint to latest version 0.7.1
pyup-bot Jan 24, 2018
ecb2509
Pin pytest-runner to latest version 3.0
pyup-bot Jan 24, 2018
231805e
Pin pyudev to latest version 0.21.0
pyup-bot Jan 24, 2018
8a0a4e2
Pin yapf to latest version 0.20.1
pyup-bot Jan 24, 2018
a8694c4
Pin requests to latest version 2.18.4
pyup-bot Jan 24, 2018
c7edbb6
Pin autobahn to latest version 17.10.1
pyup-bot Jan 24, 2018
474e95f
Pin sphinxcontrib-napoleon to latest version 0.6.1
pyup-bot Jan 24, 2018
2d26215
Pin sphinx to latest version 1.6.6
pyup-bot Jan 24, 2018
0f27ae6
Pin sphinx_rtd_theme to latest version 0.2.4
pyup-bot Jan 24, 2018
706ffbe
Update docutils from 0.13.1 to 0.14
pyup-bot Jan 24, 2018
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
36 changes: 18 additions & 18 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
PyYAML
attrs>=16.3.0,<17.3.0
crossbar==17.8.1.post1
pexpect
pyModbusTCP
PyYAML==3.12
attrs==17.4.0
crossbar==17.12.1
pexpect==4.3.1
pyModbusTCP==0.1.5
pyserial>=3.3
pysnmp
pysnmp-mibs
pytest
pytest-cache
pytest-cov
pytest-isort
pytest-mock
pytest-pylint
pytest-runner
pysnmp==4.4.4
pysnmp-mibs==0.1.6
pytest==3.3.2
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
autobahn
pyudev==0.21.0
yapf==0.20.1
requests==2.18.4
autobahn==17.10.1
xmodem>=0.4.5
-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.6
sphinx_rtd_theme==0.2.4
docutils==0.14