mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Remove dependency future
This commit is contained in:
parent
151949a2f0
commit
a90ee0d35a
3 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
decorator
|
||||
future
|
||||
six
|
||||
|
|
|
|||
|
|
@ -5,5 +5,4 @@
|
|||
# pip-compile --output-file requirements.txt requirements.in
|
||||
#
|
||||
decorator==4.4.0
|
||||
future==0.17.1
|
||||
six==1.12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue