From f432e02555250d6ccb2c8390adaf410a08a9e2c4 Mon Sep 17 00:00:00 2001 From: Dhiren Motwani Date: Mon, 23 Oct 2023 02:48:02 -0400 Subject: [PATCH] change coveralls token --- .coveralls.yml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.coveralls.yml b/.coveralls.yml index 27e57a23..20e2ab8e 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1,2 @@ -repo_token: 1XSWg4cEClM73rqRtWa8W2ZNd28Xanqtk +repo_token: syDEBCoOfzHUiOmPUXoSK9J9yTBEEpz57 service_name: travis-pro \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 1322d8eb..b167e8f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ Django>=4.2 black>=23.10.0 flake8>=6.1.0 coverage>=6.5.0 -coveralls>=3.3.1 \ No newline at end of file +coveralls>=3.3.1 +python-coveralls>=2.9.3 \ No newline at end of file