Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore: update extras_require for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryanthelol committed Jul 28, 2023
1 parent c35e719 commit 90d64a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='namekoplus',
version='0.4.0',
version='0.4.1',
description='A lightweight Python distributed microservice solution',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -59,8 +59,8 @@
'ha': ['tenacity==8.2.2',
'cachetools==5.3.0',
'circuitbreaker==2.0.0',
'statsd==4.0.1',
'logstash_formatter==0.5.17',
'logstash_formatter==0.5.17'],
'ob': ['statsd==4.0.1',
'nameko-sentry==1.0.0',
'nameko-tracer==1.4.0'],
'apiflask': ['apiflask>=1.3.1',
Expand Down

0 comments on commit 90d64a7

Please sign in to comment.