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

Commit

Permalink
Update common (#5)
Browse files Browse the repository at this point in the history
* update common version to 0.1.12

* update common and requests

* change version back
  • Loading branch information
aTonyXiao authored and crubiog committed Feb 27, 2019
1 parent ec63961 commit 262962b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Click==6.7
requests==2.18.4
requests>=2.20.0

bugswarm-common==0.1.12
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
install_requires=[
'Click==6.7',
'requests==2.18.4',
'bugswarm-common==0.1.10',
'requests>=2.20.0',
'bugswarm-common==0.1.12',
],

entry_points={
Expand Down

0 comments on commit 262962b

Please sign in to comment.