Skip to content

Commit

Permalink
Move test deps to diff requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray committed May 9, 2024
1 parent 8a8004f commit cd684a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ docker run -it --rm \
--env VARNISH_CACHE_SIZE='100M' \
--env-file='/path/to/env' \
{REQUIRED FOR LOCAL RUNNING}--volume $HOME\.aws\credentials:/root/.aws/credentials:ro \
{OPTIONAL}--mount type=bind,source=.\etc\default.vcl,target=/mnt/varnish/default.vcl \
{OPTIONAL}--volume ./etc/:/mnt/varnish/ \
dlcs-varnish:local
```
# varnish-cleanup
## varnish-cleanup

Additionally, there is a standalone docker container for the cleanup handler.

## Configuration
### Configuration

Required:
* `AWS_PROFILE` - Required to run locally
Expand Down
4 changes: 0 additions & 4 deletions varnish-cleanup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ Jinja2==3.1.2
jmespath==1.0.1
logzero==1.7.0
MarkupSafe==2.1.3
mock==5.1.0
moto==4.1.14
packaging==23.1
pipreqs==0.4.13
pluggy==1.2.0
pycparser==2.21
pytest==7.4.0
python-dateutil==2.8.2
PyYAML==6.0.1
requests==2.31.0
requests-mock==1.11.0
responses==0.23.3
s3transfer==0.10.1
six==1.16.0
Expand Down
4 changes: 4 additions & 0 deletions varnish-cleanup/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mock==5.1.0
moto==4.1.14
pytest==7.4.0
requests-mock==1.11.0

0 comments on commit cd684a5

Please sign in to comment.