mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
python3Packages.clickhouse-connect: remove extra comment characters
This commit is contained in:
parent
1bcbedf460
commit
96d730707f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user