From f9273abbb92aeb76175007a5a2f696be73342df7 Mon Sep 17 00:00:00 2001 From: Darren Govoni Date: Wed, 16 Mar 2022 05:26:22 -0400 Subject: [PATCH] Updates --- Makefile | 5 +++-- requirements.txt | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d48a605..c65fb11 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -57,4 +58,4 @@ tests: format lint bash ./bin/tests.sh .PHONY: all -all: format lint install tests clean \ No newline at end of file +all: format lint update docs install tests clean \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e8823c3..0363a6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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