mirror of
https://github.com/bspeice/metrik
synced 2024-11-23 07:38:09 -05:00
Builds are having issues with python-daemon
This commit is contained in:
parent
f79090a96d
commit
4625ceb6b6
@ -1,6 +1,5 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
3
setup.py
3
setup.py
@ -9,7 +9,8 @@ setup(
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pyquery >= 1.2.13',
|
'pyquery >= 1.2.13',
|
||||||
'luigi >= 2.2.0'
|
'luigi >= 2.2.0',
|
||||||
|
'python-daemon >= 2.1.1'
|
||||||
],
|
],
|
||||||
setup_requires=[
|
setup_requires=[
|
||||||
'pytest_runner >= 2.9'
|
'pytest_runner >= 2.9'
|
||||||
|
Loading…
Reference in New Issue
Block a user