Skip to content

Commit

Permalink
Merge pull request #18 from vinitkumar/fix/cleanup
Browse files Browse the repository at this point in the history
add requests as a dependency
  • Loading branch information
Vinit Kumar authored Mar 30, 2017
2 parents 1e5905f + cb8f985 commit 8bd9e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
22 changes: 0 additions & 22 deletions 1

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '1.2.2'
version = '1.2.3'

setup(
name='json2xml',
Expand All @@ -18,5 +18,6 @@
'simplejson==3.6.5',
'six==1.10.0',
'lxml',
'requests',
],
)

0 comments on commit 8bd9e7f

Please sign in to comment.