Skip to content

Commit

Permalink
Fix setup.py (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Jul 7, 2022
1 parent 5cf840a commit a23afd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import datetime
import os
import shutil
import datetime

from setuptools import find_packages, setup

Expand Down Expand Up @@ -79,7 +79,7 @@
"grpcio==1.46.3",
"gunicorn==20.1.0",
"numpy",
"protobuf==3.20.1"
"protobuf==3.20.1",
"psutil==5.9.1",
"PyYAML==6.0",
"six>=1.15.0",
Expand Down

0 comments on commit a23afd7

Please sign in to comment.