Skip to content

Commit

Permalink
remove future as we don't support py2 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
renekliment committed Dec 15, 2018
1 parent 6f54c30 commit 7ac3044
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ python-vlc = "*"
webrtcvad = "*"
pocketsphinx = "*"
coloredlogs = "*"
future = "*"
CherryPy = "*"
PyAudio = "*"
PyYAML = "*"
Expand Down
9 changes: 1 addition & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ chardet==3.0.4
cheroot==6.5.2
cherrypy==18.1.0
coloredlogs==10.0
future==0.17.1
humanfriendly==4.17
idna==2.8
jaraco.functools==1.20
Expand Down
2 changes: 0 additions & 2 deletions src/alexapi/tunein.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

try:
import configparser
except ImportError:
Expand Down
1 change: 0 additions & 1 deletion src/auth_web.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#! /usr/bin/env python

from __future__ import print_function
import os
import json
import socket
Expand Down
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import email
import subprocess
import hashlib
from future.builtins import bytes

import yaml
import requests
Expand Down

0 comments on commit 7ac3044

Please sign in to comment.