Skip to content

Commit

Permalink
remove beautifulsoup and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Nov 13, 2017
1 parent d87431f commit b39fbec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.4.0'
version = '2.0.0'

setup(
name='json2xml',
Expand All @@ -12,11 +12,11 @@
packages=find_packages(),
zip_safe=False,
include_package_data=True,
install_requires=['BeautifulSoup4==4.5.3',
install_requires=[
'dict2xml==1.5',
'simplejson==3.10.0',
'six==1.10.0',
'lxml==3.7.3',
'requests==2.13.0',
'six==1.11.0',
'lxml==4.1.1',
'requests==2.18.4',
],
)

0 comments on commit b39fbec

Please sign in to comment.