mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-12 13:28:37 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a3a7dc0f3 |
@@ -5,7 +5,7 @@
|
|||||||
# pipenv lock --requirements
|
# pipenv lock --requirements
|
||||||
#
|
#
|
||||||
|
|
||||||
-i https://pypi.org/simple
|
# -i https://pypi.org/simple
|
||||||
brotli==1.0.9; platform_python_implementation == 'CPython'
|
brotli==1.0.9; platform_python_implementation == 'CPython'
|
||||||
certifi==2022.12.7; python_version >= '3.6'
|
certifi==2022.12.7; python_version >= '3.6'
|
||||||
charset-normalizer==3.0.1; python_version >= '3.6'
|
charset-normalizer==3.0.1; python_version >= '3.6'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ _MAJOR = "0"
|
|||||||
_MINOR = "3"
|
_MINOR = "3"
|
||||||
# On main and in a nightly release the patch should be one ahead of the last
|
# On main and in a nightly release the patch should be one ahead of the last
|
||||||
# released build.
|
# released build.
|
||||||
_PATCH = "14"
|
_PATCH = "15"
|
||||||
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
||||||
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
||||||
_SUFFIX = ""
|
_SUFFIX = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user