Skip to content

Commit

Permalink
Merge pull request #32 from BoboTiG/patch-1
Browse files Browse the repository at this point in the history
Do not be so strict on pinned depedencies
  • Loading branch information
macbre authored Sep 16, 2020
2 parents 8278c42 + a66d371 commit 082243a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
packages=find_packages(),
extras_require={
'dev': [
'coverage==4.5.3',
'pylint==2.3.1',
'pytest==5.0.1',
'coverage>=4.5.3',
'pylint>=2.3.1',
'pytest>=5.0.1',
]
},
install_requires=[
'libarchive-c==2.8',
'requests==2.22.0',
'mwclient==0.9.3',
'libarchive-c>=2.8',
'requests>=2.22.0',
'mwclient>=0.9.3',
]
)

0 comments on commit 082243a

Please sign in to comment.