Skip to content

Commit

Permalink
Merge pull request #48 from RockefellerArchiveCenter/v0.2.2
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
helrond authored Apr 22, 2019
2 parents bd63f5f + 808b764 commit 6271c48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ colorama==0.3.9
colorlog==3.1.4
coreapi==2.3.3
coreschema==0.0.4
Django==2.0.8
Django==2.0.13
django-common-helpers==0.9.1
django-cron==0.5.0
drf-yasg==1.11.0
ElectronBonder==0.5
flex==6.13.2
flex==6.14
future==0.16.0
gitdb2==2.0.3
GitPython==2.1.9
Expand All @@ -23,7 +23,7 @@ idna==2.6
inflection==0.3.1
iso8601==0.1.12
itypes==1.1.0
Jinja2==2.10
Jinja2==2.10.1
jsonpointer==1.14
jsonschema==2.6.0
MarkupSafe==1.0
Expand All @@ -32,7 +32,7 @@ openapi-codec==1.3.2
psycopg2-binary==2.7.4
pycountry==18.2.23
pytz==2018.4
PyYAML==3.12
PyYAML==4.2b4
requests==2.20.0
rfc3987==1.3.7
ruamel.yaml==0.15.37
Expand All @@ -42,7 +42,7 @@ strict-rfc3339==0.7
structlog==18.1.0
swagger-spec-validator==2.1.0
uritemplate==3.0.0
urllib3==1.23
urllib3==1.24.2
uuid==1.30
validate-email==1.3
vcrpy==1.11.1
Expand Down
2 changes: 1 addition & 1 deletion transformer/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
serializer='json',
cassette_library_dir=join(settings.BASE_DIR, 'fixtures/cassettes'),
record_mode='once',
match_on=['path', 'method', 'query'],
match_on=['path', 'method'],
filter_query_parameters=['username', 'password'],
filter_headers=['Authorization', 'X-ArchivesSpace-Session'],
)
Expand Down

0 comments on commit 6271c48

Please sign in to comment.