Skip to content

Commit

Permalink
Move thriftpy2 to test_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Susannah Klaneček committed Oct 25, 2019
1 parent 4e49f76 commit c5a7001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
install_requires=[
'six>=1.8.0',
'w3lib>=1.15.0',
'cityhash>=0.1.7',
'thriftpy2'
'cityhash>=0.1.7'
],
extras_require={
'sql': [
Expand Down Expand Up @@ -94,6 +93,7 @@
"psycopg2>=2.5.4",
"scrapy>=0.24",
"tldextract>=1.5.1",
'thriftpy2',
"SQLAlchemy>=1.0.0",
"cachetools",
"mock",
Expand Down

0 comments on commit c5a7001

Please sign in to comment.