Skip to content

Commit

Permalink
chore: add missing type extension dependency (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah authored Dec 28, 2019
1 parent 0055f16 commit c709848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ py-githooks
pytest
semver
twine
typing_extensions
wheel
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ toml==0.10.0 # via black, coverage
tqdm==4.41.0 # via twine
twine==3.1.1
typed-ast==1.4.0 # via black, mypy
typing-extensions==3.7.4.1 # via mypy
typing-extensions==3.7.4.1
urllib3==1.25.7 # via requests
wcwidth==0.1.7 # via pytest
webencodings==0.5.1 # via bleach
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def readme() -> str:
package_dir={"": "src"},
packages=find_packages("./src"),
zip_safe=False,
install_requires=[],
install_requires=["typing_extensions"],
setup_requires=["setuptools_scm"],
entry_points={"pytest11": ["syrupy = syrupy"]},
python_requires=python_requires,
Expand Down

0 comments on commit c709848

Please sign in to comment.