diff --git a/pyproject.toml b/pyproject.toml index ddcf5a2..291c912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", ] requires = [ - "requests == 2.24.0", + "requests==2.24.0", "pandas>=0.24" ] description-file = "README.md" diff --git a/requirements.txt b/requirements.txt index fd606a6..2fbd61a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pandas>=0.24 -requests=2.24.0 +requests==2.24.0