python: Six cleanup, add absl-py

This commit is contained in:
Mizux Seiha
2020-11-18 11:41:16 +01:00
parent 9a21483999
commit a9d12fa767
7 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ This project aim to explain how you build a Python native wheel package using [`
* [Misc](#misc)
# Requirement
You'll need "Python >= 3.5" and few python modules ("wheel" and "six").
You'll need "Python >= 3.6" and few python modules ("wheel" and "absl-py").
# Directory Layout
* [setup.py.in](setup.py.in) `Setup.py` template to build the python native project.