Skip to content

Commit

Permalink
change setup.py to match requirements.txt
Browse files Browse the repository at this point in the history
use github pipeline in readme.
  • Loading branch information
thebjorn committed Apr 19, 2023
1 parent 9890a95 commit 6417ea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ dkredis - Python interface to Redis
.. image:: https://coveralls.io/repos/github/datakortet/dkredis/badge.svg?branch=master
:target: https://coveralls.io/github/datakortet/dkredis?branch=master

.. image:: https://gitlab.com/norsktest/dkredis/badges/master/pipeline.svg
:target: https://gitlab.com/norsktest/dkredis/commits/master
:alt: pipeline status
.. .. image:: https://gitlab.com/norsktest/dkredis/badges/master/pipeline.svg
.. :target: https://gitlab.com/norsktest/dkredis/commits/master
.. :alt: pipeline status
.. image:: https://github.com/datakortet/dkredis/actions/workflows/ci-cd.yml/badge.svg
:target: https://github.com/datakortet/dkredis/actions/workflows/ci-cd.yml
:alt: CI/CD Pipeline

.. image:: https://img.shields.io/badge/docs-darkgreen.svg
:target: https://norsktest.gitlab.io/dkredis
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name='dkredis',
version=version,
install_requires=[
'redis==3.5.3',
'redis==4.5.4',
],
description=__doc__.strip(),
classifiers=[line for line in classifiers.split('\n') if line],
Expand Down

0 comments on commit 6417ea3

Please sign in to comment.