Remove dependency future

This commit is contained in:
Ram Rachum 2019-04-24 13:56:02 +03:00
parent 151949a2f0
commit a90ee0d35a
3 changed files with 0 additions and 6 deletions

View file

@ -1,8 +1,4 @@
# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
import future.standard_library
future.standard_library.install_aliases()
del future
from .pysnooper import snoop

View file

@ -1,3 +1,2 @@
decorator
future
six

View file

@ -5,5 +5,4 @@
# pip-compile --output-file requirements.txt requirements.in
#
decorator==4.4.0
future==0.17.1
six==1.12.0