Skip to content

Commit bae0e44

Browse files
committed
remove hashes from requirements (broken GH job)
1 parent a446392 commit bae0e44

File tree

4 files changed

+113
-996
lines changed

4 files changed

+113
-996
lines changed

{{cookiecutter.project_name}}/app/core/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
from datetime import datetime, timedelta
8-
from typing import Any, Union, Tuple
8+
from typing import Any, Tuple, Union
99

1010
from jose import jwt
1111
from passlib.context import CryptContext

{{cookiecutter.project_name}}/pre-push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
echo "export requirements.txt"
2-
poetry export -o requirements.txt
3-
poetry export -o requirements-dev.txt --dev
2+
poetry export -o requirements.txt --without-hashes
3+
poetry export -o requirements-dev.txt --dev --without-hashes
44
echo "autoflake"
55
autoflake --recursive --in-place \
66
--remove-unused-variables \

0 commit comments

Comments
 (0)