diff --git a/.gitignore b/.gitignore index 60bac6c..c2a38da 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ db.sqlite3 __pycache__/ .env *.log -.tool-versions \ No newline at end of file +.tool-versions +.venv diff --git a/README.md b/README.md index 2475c7a..0dc32bf 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Implementations in other languages: - [ChromeDriver](https://chromedriver.chromium.org/) for the `Selenium` tests. Ensure the `chromedriver` executable is on the OS `path`. For Linux/Mac the easiest way to do this is to install it through the OS package manager: - Mac: ```bash - brew cask install chromedriver + brew install --cask chromedriver ``` - Ubuntu: ```bash diff --git a/requirements.txt b/requirements.txt index 7197b70..7beadcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,17 @@ appdirs==1.4.3 appnope==0.1.0 arrow==0.15.7 -asgiref==3.2.5 +asgiref==3.3.2 attrs==19.3.0 backcall==0.1.0 black==19.10b0 -certifi==2019.11.28 +certifi==2023.7.22 cfgv==3.1.0 chardet==3.0.4 click==7.1.1 decorator==4.4.2 distlib==0.3.0 -Django==3.0.4 +Django==3.2.14 django-dramatiq==0.9.1 django-bootstrap3==14.0.0 django-environ==0.4.5