Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from jeet4320/patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
whatisdot committed Jul 18, 2019
2 parents 2fb9cd7 + dea06b1 commit 70441cd
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
@@ -1,6 +1,6 @@
from distutils.core import setup

CURRENT_VERSION = '0.5'
CURRENT_VERSION = '0.6'

setup(
name = 'PyWrike',
Expand All @@ -13,7 +13,7 @@
download_url = 'https://github.com/bodyshopbidsdotcom/PyWrike/tarball/%s' % CURRENT_VERSION,
keywords = ['api', 'gateway', 'http', 'REST'],
install_requires = [
'basegateway==0.12'
'basegateway>=0,<1'
],
classifiers = [
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit 70441cd

Please sign in to comment.