Skip to content

Commit

Permalink
Remove unused future dependency
Browse files Browse the repository at this point in the history
(not to be confused with `from __future__ import …`)
  • Loading branch information
musicinmybrain committed Apr 23, 2024
1 parent a9ac295 commit ef5b0fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
attrs>=17.4.0
future>=0.16.0
python-dateutil>=2.6.1
requests>=2.18.2
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def find_version(*file_paths):
python_requires=">=2.7, <4",
install_requires=[
"attrs>=17.4.0",
"future>=0.16.0",
"python-dateutil>=2.6.1",
"requests>=2.18.1"
],
Expand Down

0 comments on commit ef5b0fc

Please sign in to comment.