Skip to content

Commit

Permalink
Reduce complexity.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Mar 21, 2024
1 parent 86895cc commit a259623
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ To set up your development environment, follow these steps:
1. Set up the development environment with these commands:
```
conda env create -n conda-auth-dev -f environment.yml
conda install -n conda-auth-dev --file requirements-dev.txt
```
2. Next, you will want to activate the environment:
```
Expand Down
11 changes: 10 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ name: conda-auth-dev
channels:
- conda-forge
dependencies:
- python>=3.8
- conda>=23.9.0
- darker
- flake8
- keyring
- keyrings.alt
- mypy
- pre-commit
- pytest
- pytest-cov
- pytest-mock
- python>=3.8
- pyupgrade
- requests
- "ruamel.yaml"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"conda",
"keyring",
"requests",
"ruamel.yaml<0.18",
"ruamel.yaml",
]

[project.entry-points.conda]
Expand Down
9 changes: 0 additions & 9 deletions requirements-dev.txt

This file was deleted.

0 comments on commit a259623

Please sign in to comment.