Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Govoni committed Mar 16, 2022
1 parent 554066f commit f9273ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ install: depends init

.PHONY: update
update: format lint
git add bin blazer
pip freeze | grep -v blazer > requirements.txt
git add bin blazer requirements.txt Makefile
git commit -m "Updates"
git push origin main
python setup.py install
Expand All @@ -57,4 +58,4 @@ tests: format lint
bash ./bin/tests.sh

.PHONY: all
all: format lint install tests clean
all: format lint update docs install tests clean
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
alabaster==0.7.12
amqp==5.0.9
astroid==2.9.3
attrs==21.4.0
autopep8==1.6.0
Babel==2.9.1
bcrypt==3.2.0
billiard==3.6.4.0
black==22.1.0
Expand All @@ -27,6 +29,7 @@ fsspec==2022.1.0
GPUtil==1.4.0
HeapDict==1.0.1
idna==3.3
imagesize==1.3.0
importlib-metadata==4.10.1
iniconfig==1.1.1
install==1.3.5
Expand Down Expand Up @@ -79,7 +82,17 @@ requests-toolbelt==0.9.1
rfc3986==2.0.0
SecretStorage==3.3.1
six==1.16.0
snowballstemmer==2.2.0
sortedcontainers==2.4.0
Sphinx==4.4.0
sphinx-click==3.1.0
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tblib==1.7.0
toml==0.10.2
tomli==2.0.1
Expand Down

0 comments on commit f9273ab

Please sign in to comment.