Browse Source

reuirements: added wheel to avoid pip3 packages installation warnings

Daniel-Constantin Mierla 5 years ago
parent
commit
80e9ae04db
2 changed files with 2 additions and 0 deletions
  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]