Requirement update
This commit is contained in:
parent
cfb9501647
commit
cec4510831
@ -4,16 +4,16 @@ edx-sphinx-theme==1.5.0
|
|||||||
flake8==3.8.4
|
flake8==3.8.4
|
||||||
ipython>=7.19.0
|
ipython>=7.19.0
|
||||||
isort==5.6.4
|
isort==5.6.4
|
||||||
pip==20.2.4
|
pip==20.3
|
||||||
PyInstaller==4.0
|
PyInstaller==4.1
|
||||||
pytz==2020.4
|
pytz==2020.4
|
||||||
pytest==6.1.2
|
pytest==6.1.2
|
||||||
responses==0.12.0
|
responses==0.12.1
|
||||||
setuptools==50.3.2
|
setuptools==50.3.2
|
||||||
Sphinx==3.3.0
|
Sphinx==3.3.1
|
||||||
requests==2.24.0
|
requests==2.25.0
|
||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
tox==3.20.1
|
tox==3.20.1
|
||||||
twine==3.2.0
|
twine==3.2.0
|
||||||
watchdog==0.10.3
|
watchdog==0.10.4
|
||||||
wheel==0.35.1
|
wheel==0.35.1
|
||||||
|
4
setup.py
4
setup.py
@ -13,7 +13,7 @@ with open('HISTORY.rst') as history_file:
|
|||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
'pytz==2020.4',
|
'pytz==2020.4',
|
||||||
'requests==2.24.0',
|
'requests==2.25.0',
|
||||||
'PySocks==1.7.1'
|
'PySocks==1.7.1'
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ setup_requirements = []
|
|||||||
|
|
||||||
test_requirements = [
|
test_requirements = [
|
||||||
"pytest==6.1.2",
|
"pytest==6.1.2",
|
||||||
"responses==0.12.0"
|
"responses==0.12.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user