Skip to content

Commit 69e103a

Browse files
authored
Merge pull request #92 from Sanji-IO/pyup-initial-update
Initial Update
2 parents 1bd8c13 + 4567fe3 commit 69e103a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
decorator
2-
enum34
3-
monotonic
4-
paho-mqtt
5-
sanji
6-
sh
7-
retrying
1+
decorator==4.0.10
2+
enum34==1.1.6
3+
monotonic==1.2
4+
paho-mqtt==1.2
5+
sanji==1.0.0
6+
sh==1.12.3
7+
retrying==1.3.3

tests/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flake8
2-
coveralls
3-
nose
1+
flake8==3.2.1
2+
coveralls==1.1
3+
nose==1.3.7

0 commit comments

Comments
 (0)