Explorar o código

fix: required package name error

wangweimin %!s(int64=5) %!d(string=hai) anos
pai
achega
b9a09e07fb
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 2 1
      requirements.txt
  2. 1 1
      setup.py

+ 2 - 1
requirements.txt

@@ -1,11 +1,12 @@
 tornado>=4.3.0
-python-user-agents
+user-agents
 
 # extra support
 flask
 django
 aiohttp
 bokeh
+pandas
 
 # test requirements
 selenium==3.*

+ 1 - 1
setup.py

@@ -77,7 +77,7 @@ setup(
     ],
     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={