remove obsolete intervaltree references

This commit is contained in:
Frédéric Péters 2017-12-30 11:07:40 +01:00
parent 236c1fc3e7
commit 32848a53dc
5 changed files with 0 additions and 9 deletions

1
debian/control vendored
View File

@ -11,7 +11,6 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1.8),
python-gadjo,
python-intervaltree,
python-requests
Recommends: python-django-mellon
Description: Agendas System (Python module)

View File

@ -2,6 +2,5 @@ django>=1.8, <1.9
gadjo
djangorestframework>=3.1, <3.7
django-jsonfield >= 0.9.3
intervaltree
requests
vobject

View File

@ -139,7 +139,6 @@ setup(
'gadjo',
'djangorestframework>=3.1, <3.7',
'django-jsonfield >= 0.9.3',
'intervaltree',
'vobject',
'requests'
],

View File

@ -1,10 +1,5 @@
import pytest
try:
from intervaltree import IntervalTree
except ImportError:
IntervalTree = None
from chrono.interval import Interval, Intervals

View File

@ -15,7 +15,6 @@ deps =
django111: django>=1.11,<1.12
pytest-cov
pytest-django
intervaltree
pytest>=3.3.0
WebTest
mock