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 94e48d7 commit c4af4a0Copy full SHA for c4af4a0
requirements.txt
@@ -1,15 +1,15 @@
1
-bleach==3.0.2
2
-certifi==2018.10.15
+bleach==3.1.0
+certifi==2018.11.29
3
chardet==3.0.4
4
docutils==0.14
5
-idna==2.7
6
-pkginfo==1.4.2
7
-Pygments==2.2.0
+idna==2.8
+pkginfo==1.5.0.1
+Pygments==2.3.1
8
readme-renderer==24.0
9
-requests==2.20.0
10
-requests-toolbelt==0.8.0
11
-six==1.11.0
12
-tqdm==4.28.1
13
-twine==1.12.1
14
-urllib3==1.24
+requests==2.21.0
+requests-toolbelt==0.9.1
+six==1.12.0
+tqdm==4.31.1
+twine==1.13.0
+urllib3==1.24.1
15
webencodings==0.5.1
setup.py
@@ -1,6 +1,6 @@
__author__ = 'Naor Livne'
__author_email__ = 'naorlivne@gmail.com'
-__version__ = '2.0.1'
+__version__ = '2.0.2'
from setuptools import setup, find_packages
0 commit comments