We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b4e91 commit 89ce57fCopy full SHA for 89ce57f
requirements.txt
@@ -1,3 +1,3 @@
1
-ua-parser==0.9.0
+ua-parser==0.10.0
2
PyYAML==5.3; python_version != '3.4'
3
PyYAML==5.2; python_version == '3.4' # the last version support py34
setup.py
@@ -14,7 +14,7 @@
14
zip_safe=False,
15
include_package_data=True,
16
package_data={'': ['README.rst']},
17
- install_requires=['ua-parser>=0.9.0'],
+ install_requires=['ua-parser>=0.10.0'],
18
classifiers=[
19
'Development Status :: 5 - Production/Stable',
20
'Environment :: Web Environment',
0 commit comments