Skip to content

Commit

Permalink
Merge pull request #24 from s-t-e-v-e-n-k/remove-six-and-future
Browse files Browse the repository at this point in the history
Remove future from install_requires
  • Loading branch information
nirum authored Nov 25, 2023
2 parents ff15a2e + f546dba commit 8c4e69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ Hosted at Read The Docs: [tableprint.readthedocs.org](http://tableprint.readthed
## 📦 Dependencies

- Python 3.6+
- [future](https://pypi.org/project/future/)
- [six](https://pypi.org/project/six/)
- [wcwidth](https://pypi.org/project/wcwidth/)

## :heart: Contributors

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['future', 'wcwidth'],
install_requires=['wcwidth'],

# List additional groups of dependencies here (e.g. development dependencies).
# You can install these using the following syntax, for example:
Expand Down

0 comments on commit 8c4e69b

Please sign in to comment.