Skip to content

Commit

Permalink
Merge pull request #44 from sibiryakov/dependecies-update
Browse files Browse the repository at this point in the history
Updated dependencies in setup.py
  • Loading branch information
sibiryakov committed May 25, 2015
2 parents 48de71d + 42fd790 commit 4bd2671
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
zip_safe=False,
keywords=['crawler', 'frontier', 'scrapy', 'web', 'requests', 'frontera'],
classifiers=[
#'Framework :: Frontera',
'Framework :: Frontera',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
Expand All @@ -40,19 +40,22 @@
'six>=1.8.0',
'w3lib>=1.10.0',
'tldextract>=1.5.1',
'SQLAlchemy>=0.9.8'
],
extras_require={
'graphs': [
"pyparsing==1.5.7",
"pydot==1.0.28",
"SQLAlchemy>=0.9.8",
],
'logging': [
"colorlog>=2.4.0",
],
},
tests_require=[
"pytest>=2.6.4",
"SQLAlchemy>=0.9.8",
"MySQL-python>=1.2.5",
"PyMySQL>=0.6.3",
"psycopg2>=2.5.4",
"scrapy>=0.24"
]
)

0 comments on commit 4bd2671

Please sign in to comment.