Skip to content

Commit

Permalink
Merge pull request #82 from dmwyatt/feature/bump-python-dotenv
Browse files Browse the repository at this point in the history
Bump python-dotenv
  • Loading branch information
ranahaani authored Feb 7, 2024
2 parents 9ae946f + 53dea62 commit 7015316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ bs4~=0.0.1
beautifulsoup4~=4.9.3
pymongo~=3.12.0
dnspython~=1.16.0
python-dotenv~=0.19.0
requests==2.26.0
python-dotenv>=0.19.0
requests==2.26.0
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='gnews',
version='0.3.6',
# setup_requires=['setuptools_scm'],
# setup_requires=['setuptools_scm'],
# use_scm_version={
# "local_scheme": "no-local-version"
# },
Expand All @@ -31,7 +31,6 @@
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 7015316

Please sign in to comment.