Skip to content

Commit

Permalink
fix: required package name error
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed May 3, 2020
1 parent a8a5ef8 commit b9a09e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
tornado>=4.3.0
python-user-agents
user-agents

# extra support
flask
django
aiohttp
bokeh
pandas

# test requirements
selenium==3.*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
],
install_requires=[
'tornado>=4.3.0', # After this version, the new async/await keywords in Python 3.5 are supported
'python-user-agents',
'user-agents',
],
extras_require=extras_require,
project_urls={
Expand Down

0 comments on commit b9a09e0

Please sign in to comment.