Skip to content

Commit

Permalink
Removed linters requirements from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorygold committed Oct 12, 2023
1 parent a65a7e4 commit 85a34f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
### 1.2.5
#### Bugfix
* Fixed index name from `fw` to `fw-proxy`
* Removed linters from the setup app requirements
### 1.2.4
#### Bugfix
* Fixed ValueError('make_aware expects a naive datetime') in calc_distance function setting the timezone to True in the `Login.timestamp` model field
Expand Down
4 changes: 0 additions & 4 deletions buffalogs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
amqp>=5.1.1
asgiref>=3.5.2
billiard>=3.6.4.0
black>=22.12.0
celery>=5.2.7
certifi>=2022.9.24
cfgv>=3.3.1
Expand All @@ -19,12 +18,9 @@ djangorestframework>=3.14.0
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.0
filelock>=3.9.0
flake8>=5.0.4
flake8-django>=1.1.5
geographiclib>=2.0
geopy>=2.3.0
identify>=2.5.11
isort>=5.11.4
kombu>=5.2.4
mccabe>=0.7.0
mypy-extensions>=0.4.3
Expand Down
4 changes: 0 additions & 4 deletions django-buffalogs/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ install_requires =
amqp>=5.1.1
asgiref>=3.5.2
billiard>=3.6.4.0
black>=22.12.0
celery>=5.2.7
certifi>=2022.9.24
cfgv>=3.3.1
Expand All @@ -37,12 +36,9 @@ install_requires =
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.0
filelock>=3.9.0
flake8>=5.0.4
flake8-django>=1.1.5
geographiclib>=2.0
geopy>=2.3.0
identify>=2.5.11
isort>=5.11.4
kombu>=5.2.4
mccabe>=0.7.0
mypy-extensions>=0.4.3
Expand Down

0 comments on commit 85a34f5

Please sign in to comment.