Skip to content

Commit

Permalink
updated pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
UdhavPawar committed Aug 13, 2020
1 parent 1b36021 commit 6e3588f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="find_github_email",
packages=find_packages(),
version="1.0",
version="1.1",
description="Find any GitHub user’s email address",
long_description=open('README.md').read(),
author="Udhav Pawar",
Expand All @@ -13,5 +13,5 @@
keywords=["github-profile", "github-email", "python3", "github-api", "github", "email", "pypi", "pypi-package"],
license="MIT",
include_package_data = True,
install_requires=["time","requests==2.24.0"],
install_requires=["requests"],
)

0 comments on commit 6e3588f

Please sign in to comment.