Skip to content

Commit

Permalink
MAINT: Package updates (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Feb 2, 2022
1 parent 0b2621d commit ea023fb
Show file tree
Hide file tree
Showing 7 changed files with 283 additions and 276 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ maint:
pip install -r requirements/dev.txt
pre-commit autoupdate && pre-commit run --all-files
pip-compile -U docs/requirements.in
pip-compile -U setup.py -o requirements/prod.txt
pip-compile -U setup.py
pip-compile -U requirements/ci.in
pip-compile -U requirements/dev.in

upload:
make clean
python setup.py sdist bdist_wheel && twine upload dist/*
python setup.py sdist bdist_wheel && twine upload -s dist/*

clean:
python setup.py clean --all
Expand Down
79 changes: 42 additions & 37 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,87 +1,92 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile docs/requirements.in
#
alabaster==0.7.12
# via sphinx
babel==2.9.0
babel==2.9.1
# via sphinx
boto3==1.17.33
# via -r requirements.in
botocore==1.20.33
boto3==1.20.47
# via -r docs/requirements.in
botocore==1.23.47
# via
# boto3
# s3transfer
certifi==2020.12.5
certifi==2021.10.8
# via requests
chardet==4.0.0
charset-normalizer==2.0.11
# via requests
docutils==0.16
# via sphinx
idna==2.10
docutils==0.17.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.3
# via requests
imagesize==1.2.0
imagesize==1.3.0
# via sphinx
jinja2==2.11.3
importlib-metadata==4.10.1
# via sphinx
jinja2==3.0.3
# via sphinx
jmespath==0.10.0
# via
# boto3
# botocore
markupsafe==1.1.1
markupsafe==2.0.1
# via jinja2
numpy==1.20.1
numpy==1.21.5
# via pandas
packaging==20.9
packaging==21.3
# via sphinx
pandas==1.2.3
# via -r requirements.in
pygments==2.8.1
pandas==1.3.5
# via -r docs/requirements.in
pygments==2.11.2
# via sphinx
pyparsing==2.4.7
pyparsing==3.0.7
# via packaging
python-dateutil==2.8.1
python-dateutil==2.8.2
# via
# botocore
# pandas
pytz==2021.1
pytz==2021.3
# via
# babel
# pandas
requests==2.25.1
requests==2.27.1
# via sphinx
s3transfer==0.3.6
s3transfer==0.5.1
# via boto3
six==1.15.0
six==1.16.0
# via python-dateutil
snowballstemmer==2.1.0
snowballstemmer==2.2.0
# via sphinx
sphinx-rtd-theme==0.5.1
# via -r requirements.in
sphinx==3.5.3
sphinx==4.4.0
# via
# -r requirements.in
# -r docs/requirements.in
# sphinx-rtd-theme
sphinx-rtd-theme==1.0.0
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==3.7.4.3
# via -r requirements.in
urllib3==1.26.5
typing-extensions==4.0.1
# via
# -r docs/requirements.in
# importlib-metadata
urllib3==1.26.8
# via
# botocore
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zipp==3.7.0
# via importlib-metadata
10 changes: 0 additions & 10 deletions mpu/datetime.pyi

This file was deleted.

6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile setup.py
#

0 comments on commit ea023fb

Please sign in to comment.