python3Packages.clickhouse-connect: remove extra comment characters

This commit is contained in:
Phillip Cloud 2023-08-21 05:33:47 -04:00
parent 1bcbedf460
commit 96d730707f
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -3,22 +3,22 @@
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
### build_requires
# build_requires
, cython_3
### install_requires
# install_requires
, certifi
, importlib-metadata
, urllib3
, pytz
, zstandard
, lz4
### extras_require
# extras_require
, sqlalchemy
, numpy
, pandas
, pyarrow
, orjson
### not in tests_require, but should be
# not in tests_require, but should be
, pytest-dotenv
}:
buildPythonPackage rec {