Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #68 from synackray/develop
Browse files Browse the repository at this point in the history
Prepare for release v1.1.0
  • Loading branch information
synackray authored Feb 15, 2020
2 parents ade2146 + de013d6 commit dbb8a85
Show file tree
Hide file tree
Showing 6 changed files with 1,184 additions and 298 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Lint with pylint
run: |
pip install pylint
pylint --disable=C0302,E0611,C0103,R0914,R1702,R0912,R0915,R0913 run.py
pylint --disable=C0302,E0611,E1101,C0103,R0914,R1702,R0912,R0915,R0913 run.py
pylint --disable=R0201,R0913,R0914 templates/netbox.py
- name: Verify app compiles
run: |
python run.py --help
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
aiodns==2.0.0
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
idna==2.8
pycares==3.1.1
pycparser==2.19
pyvmomi==6.7.3
requests==2.22.0
six==1.13.0
typing==3.7.4.1
urllib3==1.25.7
Loading

0 comments on commit dbb8a85

Please sign in to comment.