Skip to content
Snippets Groups Projects
Commit 02891473 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix setup.cfg

parent 9a9ced7d
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,11 @@ universal = 1
install_requires =
psutil
python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
extras_require =
HTTPJSONSource = requests
YAMLSource = pyyaml
TOMLSource = toml
FasterJSON = ujson
cassandra = cassandra-driver
opentracing = opentracing
[options.extras_require]
HTTPJSONSource = requests
YAMLSource = pyyaml
TOMLSource = toml
FasterJSON = ujson
cassandra = cassandra-driver
opentracing = opentracing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment