mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Merge pull request #50 from Prash3r/forcePython3
enforce python3 via Setuptools
This commit is contained in:
commit
e7578030cc
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -14,6 +14,8 @@ setup(name='cbpi',
|
|||
'': ['*.txt', '*.rst', '*.yaml'],
|
||||
'cbpi': ['*','*.txt', '*.rst', '*.yaml']},
|
||||
|
||||
python_requires='>=3',
|
||||
|
||||
install_requires=[
|
||||
"aiohttp==3.7.4",
|
||||
"aiohttp-auth==0.1.1",
|
||||
|
|
Loading…
Reference in a new issue