Added my python printr module
This commit is contained in:
parent
858f680ce5
commit
302c9b7ca0
2 changed files with 7 additions and 6 deletions
2
build.sh
2
build.sh
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
coverage==3.7.1
|
||||
flake8==2.4.1
|
||||
lxml==3.4.4
|
||||
pep8==1.5.7
|
||||
requests==2.7.0
|
||||
coverage>=3.7.1
|
||||
flake8>=2.4.1
|
||||
lxml>=3.4.4
|
||||
pep8>=1.5.7
|
||||
python-printr>=0.0.0
|
||||
requests>=2.7.0
|
||||
|
|
Reference in a new issue