Skip to content

Commit

Permalink
Merge pull request #38 from jvulgan/requests-requirements
Browse files Browse the repository at this point in the history
UPDATE requirements with lower version of requests
  • Loading branch information
dmranck committed Oct 11, 2017
2 parents 4e71305 + af86e29 commit bf9bbb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gssapi>=1.2.0
requests>=2.9.1
requests-kerberos>=0.8.0
requests>=2.6.0
requests-kerberos>=0.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
url='https://github.com/dmranck/ticketutil',
download_url='https://github.com/dmranck/ticketutil/tarball/1.3.0',
keywords=['jira', 'bugzilla', 'rt', 'redmine', 'servicenow', 'ticket', 'rest'],
install_requires=['gssapi>=1.2.0', 'requests>=2.9.1', 'requests-kerberos>=0.8.0']
install_requires=['gssapi>=1.2.0', 'requests>=2.6.0', 'requests-kerberos>=0.8.0']
)

0 comments on commit bf9bbb4

Please sign in to comment.