浏览代码

reuirements: added wheel to avoid pip3 packages installation warnings

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
80e9ae04db
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      requirements/base.txt
  2. 1 0
      setup.py

+ 1 - 0
requirements/base.txt

@@ -4,3 +4,4 @@ pyaml==19.4.1
 PyYAML==5.1.2
 SQLAlchemy==1.3.11
 tabulate==0.8.5
+wheel>=0.35.0

+ 1 - 0
setup.py

@@ -12,6 +12,7 @@ setup(
         "pyaml",
         "sqlalchemy",
         "tabulate",
+        "wheel",
     ],
     entry_points="""
         [console_scripts]