Skip to content

Commit

Permalink
Merge pull request #87 from SekouDiaoNlp/dev
Browse files Browse the repository at this point in the history
Updated badge and requirements
  • Loading branch information
SekouDiaoNlp committed Oct 22, 2021
2 parents f3b0ebd + ae9e57f commit c81d5d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pylexique
:target: https://GitHub.com/SekouDiaoNlp/pylexique
:alt: Package Maintener

.. image:: https://img.shields.io/github/checks-status/SekouDiaoNlp/pylexique/master?label=Build%20status%20on%20Windows%2C%20MacOs%20and%20Linux
:target: https://img.shields.io/github/checks-status/SekouDiaoNlp/pylexique/master
.. image:: https://img.shields.io/github/checks-status/SekouDiaoNlp/mlconjug3/master?label=Build%20status%20on%20Windows%2C%20MacOs%20and%20Linux
:target: https://github.com/SekouDiaoNlp/pylexique/actions/workflows/main.yml
:alt: Build status on Windows, MacOs and Linux

.. image:: https://img.shields.io/pypi/v/pylexique.svg
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tqdm
pyxlsb
# faster_than_csv
pandas
Click>=7.1
Click>=8.0.3
setuptools~=49.6.0
joblib~=1.0.1
dataclasses>=0.6; python_version < '3.7'
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pytest
pytest-runner
bandit
mypy
Click>=7.1
Click>=8.0.3
dataclasses>=0.6; python_version < '3.7'

0 comments on commit c81d5d5

Please sign in to comment.