Skip to content

Commit cd55e63

Browse files
committed
chore: removed @Head from requirement.txt
1 parent 96dd2ac commit cd55e63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ repos:
55
- id: poetry-check
66
- id: poetry-lock
77
- id: poetry-export
8-
args: ["-f", "requirements.txt", "--without-hashes", "-o", "requirements.txt"]
8+
args: ["-f", "requirements.txt", "--without-hashes", "--without-urls", "-o", "requirements.txt"]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ setuptools==67.0.0 ; python_version >= "3.10" and python_version < "4.0"
2020
sqlparse==0.4.3 ; python_version >= "3.10" and python_version < "4.0"
2121
typing-extensions==4.4.0 ; python_version >= "3.10" and python_version < "4.0"
2222
tzdata==2022.7 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
23-
uql @ git+https://github.com/rubbieKelvin/UntitledQL.git@HEAD ; python_version >= "3.10" and python_version < "4.0"
23+
uql @ git+https://github.com/rubbieKelvin/UntitledQL.git ; python_version >= "3.10" and python_version < "4.0"
2424
virtualenv==20.17.1 ; python_version >= "3.10" and python_version < "4.0"
2525
whitenoise[brotli]==6.3.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)