1
Fork 0

Added my python printr module

This commit is contained in:
Jake Howard 2015-10-07 17:46:01 +01:00
parent 858f680ce5
commit 302c9b7ca0
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/bash
set -e set -e

View File

@ -1,5 +1,6 @@
coverage==3.7.1 coverage>=3.7.1
flake8==2.4.1 flake8>=2.4.1
lxml==3.4.4 lxml>=3.4.4
pep8==1.5.7 pep8>=1.5.7
requests==2.7.0 python-printr>=0.0.0
requests>=2.7.0