Skip to content

Commit bd4258a

Browse files
Update setup.py
requires bleach>=3.1.5
1 parent bfc193f commit bd4258a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_long_desc():
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/vishalanandl177/DRF-API-Logger",
1919
packages=setuptools.find_packages(),
20-
install_requires=["djangorestframework>=3.7.4", "bleach==3.1.5"],
20+
install_requires=["djangorestframework>=3.7.4", "bleach>=3.1.5"],
2121
license='GNU General Public License v3.0',
2222
python_requires='>=3.5',
2323
classifiers=[

0 commit comments

Comments
 (0)