advent_of_code_2021

My attempts to work through the 2021 Advent of Code problems.
git clone https://git.eamoncaddigan.net/advent_of_code_2021.git
Log | Files | Refs | README | LICENSE

commit ba27d171fd7901c449fd872742d0c787f827dcb7
parent f567407457ff31632cd8475b6a414d19ccafcc6f
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Fri, 10 Dec 2021 20:38:54 -0500

packages installed for type hints

Diffstat:
Mrequirements.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,5 +1,7 @@ ipython==7.30.0 numpy==1.21.4 pandas==1.3.4 +pandas-stubs==1.2.0.39 requests==2.26.0 scipy==1.7.3 +types-requests==2.26.1