Skip to content

Commit

Permalink
Correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhrabcak committed Feb 12, 2021
1 parent 5bcd39c commit 5082dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
setup(
name = "edupage_api",
packages = ["edupage_api"],
version = "0.1",
version = "0.2",
license = "GNU GPLv3",
description = "A python library for accessing your Edupage account",
author = "ivanhrabcak",
author_email = "[email protected]",
url = "https://github.com/ivanhrabcak/edupage-api",
download_url = "https://github.com/ivanhrabcak/edupage-api/archive/0.1.tar.gz",
download_url = "https://github.com/ivanhrabcak/edupage-api/archive/0.2.tar.gz",
keywords = ["edupage", "edupage api", "library"],
install_requires = ["requests", "datetime", "json", "pprint"],
install_requires = ["requests"],
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 5082dad

Please sign in to comment.