We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the below lines can be replaced with import setuptools now that taxcalc is Python 3+ only. Is this right?
import setuptools
taxcalc
Tax-Calculator/setup.py
Lines 1 to 5 in f3f7d95
Based on Flask documentation:
If you have Python 2 (>=2.7.9) or Python 3 (>=3.4) installed from python.org, you will already have pip and setuptools on your system.
The text was updated successfully, but these errors were encountered:
Closed via PR #2592.
Sorry, something went wrong.
No branches or pull requests
I think the below lines can be replaced with
import setuptools
now thattaxcalc
is Python 3+ only. Is this right?Tax-Calculator/setup.py
Lines 1 to 5 in f3f7d95
Based on Flask documentation:
The text was updated successfully, but these errors were encountered: