Skip to content

Commit

Permalink
Remove future requirement (#2002)
Browse files Browse the repository at this point in the history
Now that we support Python >= 3.7, we can remove the requirement on
the future module, which appears to be unused.
  • Loading branch information
s-t-e-v-e-n-k authored Sep 6, 2023
1 parent 480cc91 commit d0ea707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ setuptools>=38.4.0
cffi>=1.11.3
paramiko>=2.6.0
requests>=2.7.0
future
textfsm
jinja2
netaddr
Expand Down

0 comments on commit d0ea707

Please sign in to comment.