Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancasa committed Dec 6, 2017
1 parent a15f322 commit fb85edf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from setuptools import setup
setup(
name='githubcity',
version='1.0.1',
version='1.0.4',
description='GitHub city ranking creator',
author='Israel Blancas @iblancasa',
author_email='[email protected]',
Expand All @@ -46,8 +46,8 @@
classifiers=[],
install_requires=[
'python-dateutil==2.4.2',
'beautifulsoup4==4.4.1',
'lxml==3.6.4',
'beautifulsoup4==4.6.0',
'lxml==4.1.1',
'coloredlogs==5.0',
'pystache==0.5.4',
'httpretty==0.8.14'
Expand Down

0 comments on commit fb85edf

Please sign in to comment.