Skip to content

Commit

Permalink
Cleaned venv from useless packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorygold committed Mar 21, 2024
1 parent 7b13cd0 commit 212f408
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 1.2.x
### 1.2.12
#### Bugfix
* Cleaned venv from useless packages
### 1.2.11
#### Bugfix
* Fixed the update of the login.updated field
* Added logging for the clear_models_periodically function
### 1.2.10
#### Changes
* Added settings into the Config model (instead of into the settings.py file)
Expand Down
3 changes: 2 additions & 1 deletion buffalogs/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pre-commit==2.21.0
mypy-extensions>=0.4.3
flake8>=3.8.4
flake8-django>=1.1.5
flake8-django>=1.1.5
pipdeptree>=2.16.0

0 comments on commit 212f408

Please sign in to comment.