remove unused iso8601 req

This commit is contained in:
codl 2017-09-24 23:04:57 +02:00
parent 53dd39ea0d
commit 6fd1d6979b
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ from model import MastodonApp, Account, OAuthToken, Post
from requests import head from requests import head
from app import db, sentry from app import db, sentry
from math import inf from math import inf
import iso8601
from libforget.exceptions import TemporaryError from libforget.exceptions import TemporaryError
from functools import lru_cache from functools import lru_cache

View File

@ -21,7 +21,6 @@ Flask-SQLAlchemy==2.2
gunicorn==19.7.1 gunicorn==19.7.1
honcho==1.0.1 honcho==1.0.1
idna==2.6 idna==2.6
iso8601==0.1.12
itsdangerous==0.24 itsdangerous==0.24
Jinja2==2.9.6 Jinja2==2.9.6
kombu==4.1.0 kombu==4.1.0