Skip to content

Commit

Permalink
Remove dependency future
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-RR committed Apr 24, 2019
1 parent 151949a commit a90ee0d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions pysnooper/__init__.py
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
decorator
future
six
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
# pip-compile --output-file requirements.txt requirements.in
#
decorator==4.4.0
future==0.17.1
six==1.12.0

0 comments on commit a90ee0d

Please sign in to comment.