Skip to content

Commit

Permalink
requirements updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gavlenamdev committed Sep 30, 2021
1 parent 4389d13 commit 74da733
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# rapid-utils

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b836f2a7896544b2a6e8acd368d9828b)](https://app.codacy.com/manual/gavlenamdevprabha/rapid-utils?utm_source=github.com&utm_medium=referral&utm_content=gnaam/rapid-utils&utm_campaign=Badge_Grade_Settings)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b836f2a7896544b2a6e8acd368d9828b)](https://app.codacy.com/manual/gavlenamdev/rapid-utils?utm_source=github.com&utm_medium=referral&utm_content=gavlenamdev/rapid-utils&utm_campaign=Badge_Grade_Settings)
[![PyPI version](https://img.shields.io/pypi/v/rapid-utils.svg)](https://pypi.org/project/rapid-utils/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/rapid-utils.svg)](https://pypi.org/project/rapid-utils/)
[![PyPI downloads](https://img.shields.io/pypi/dm/rapid-utils.svg)](https://pypistats.org/packages/rapid-utils)
Expand Down
2 changes: 1 addition & 1 deletion rapid_utils/__init__.py
Expand Up @@ -2,4 +2,4 @@

__all__ = ['download_file', 'is_allowed_extension', 'is_json', 'get_file_size']

__version__ = '0.0.4'
__version__ = '0.0.5'
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
requests==2.22.0
requests
twine
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -6,17 +6,17 @@

setup(
name="rapid-utils",
version="0.0.4",
version="0.0.5",
description="high level functions",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/gnaam/rapid-utils",
download_url="https://github.com/gnaam/rapid-utils/archive/v0.0.4.tar.gz",
download_url="https://github.com/gnaam/rapid-utils/archive/v0.0.5.tar.gz",
author="Namdev Gavle",
author_email="gavlenamdevprabha@gmail.com",
license="MIT",
packages=find_packages(),
install_requires=["requests==2.22.0"],
install_requires=["requests>=2.22.0"],
include_package_data=True,
classifiers=[
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 74da733

Please sign in to comment.