Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
🎨 ⬆️ XP-168 update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atymoshchuk committed Jan 2, 2020
1 parent b476f6a commit 052ba45
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,32 +64,32 @@ def run(self):
# License comments according to `pip-licenses`

install_requires = [
"typing-extensions~=3.7", # PSF
"numpy~=1.15", # BSD
"grpcio~=1.23", # Apache License 2.0
"protobuf~=3.9", # 3-Clause BSD License
"numproto~=0.3", # Apache License 2.0
"typing-extensions==3.7.4.1", # PSF
"numpy==1.15", # BSD
"grpcio==1.23", # Apache License 2.0
"protobuf==3.9", # 3-Clause BSD License
"numproto==0.3", # Apache License 2.0
"requests==2.22.0", # Apache 2.0 # TODO(XP-185) remove
"structlog==19.2.0", # Apache License 2.0
]

dev_require = [
"grpcio-tools~=1.23", # Apache License 2.0
"black==19.3b0", # MIT
"mypy==0.720", # MIT License
"grpcio-tools==1.23", # Apache License 2.0
"black==19.10b0", # MIT
"mypy==0.760", # MIT License
"pylint==2.3.1", # GPL
"astroid<=2.2.5", # LGPL
"isort==4.3.20", # MIT
"astroid==2.2.5", # LGPL
"isort==4.3.21", # MIT
"rope==0.14.0", # GNU GPL
"pip-licenses==1.15.2", # MIT License
"mypy-protobuf==1.15", # Apache License 2.0
"mypy-protobuf==1.16", # Apache License 2.0
"twine==2.0.0", # Apache License 2.0
"wheel==0.33.6", # MIT
]

tests_require = [
"pytest==4.6.2", # MIT license
"pytest-cov==2.7.1", # MIT
"pytest==5.3.2", # MIT license
"pytest-cov==2.8.1", # MIT
"pytest-watch==4.2.0", # MIT
]

Expand Down

0 comments on commit 052ba45

Please sign in to comment.