Skip to content

Commit 7e11a9d

Browse files
committed
Update gitignore. Update requirements to be more strict.
1 parent fdb6f46 commit 7e11a9d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ coverage.xml
4040

4141
# Sphinx documentation
4242
docs/_build/
43+
44+
# test output
45+
output.xml
46+
report.html
47+
log.html

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
paho-mqtt
2-
robotframework
1+
paho-mqtt==1.1
2+
robotframework==2.8.7

0 commit comments

Comments
 (0)