bump package versions
This commit is contained in:
parent
ea1ff7b6bc
commit
b8c8c4a599
1 changed files with 4 additions and 6 deletions
10
setup.py
10
setup.py
|
@ -35,20 +35,18 @@ setuptools.setup(
|
||||||
},
|
},
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests",
|
"requests==2.24.0",
|
||||||
"atomicwrites",
|
"atomicwrites==1.4.0",
|
||||||
"dataclasses==0.6",
|
|
||||||
"mypy-extensions==0.4.3",
|
"mypy-extensions==0.4.3",
|
||||||
"base32-crockford==0.3.0",
|
"base32-crockford==0.3.0",
|
||||||
"django==3.0.7",
|
"django==3.0.8",
|
||||||
"django-extensions==2.2.9",
|
"django-extensions==3.0.3",
|
||||||
|
|
||||||
"dateparser",
|
"dateparser",
|
||||||
"ipython",
|
"ipython",
|
||||||
"youtube-dl",
|
"youtube-dl",
|
||||||
"python-crontab==2.5.1",
|
"python-crontab==2.5.1",
|
||||||
"w3lib==1.22.0",
|
"w3lib==1.22.0",
|
||||||
# "croniter",
|
|
||||||
# Some/all of these will likely be added in the future:
|
# Some/all of these will likely be added in the future:
|
||||||
# wpull
|
# wpull
|
||||||
# pywb
|
# pywb
|
||||||
|
|
Loading…
Add table
Reference in a new issue