Skip to content

Commit

Permalink
dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
csotomon committed May 8, 2021
1 parent 3d7278a commit 0bc7e94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Sphinx>=s3.1.2
sphinx-rtd-theme>=0.5.0
pandas>=1.0.5
recommonmark>=0.6.0
PyCrowdTangle>=0.4.0
PyCrowdTangle>=0.5.0
tqdm>=4.47.0
networkx>=2.4
python-louvain>=0.14
rpy2
pyarrow
twine
rpy2>=3.4.4
pyarrow>=4.0.0
twine>=3.4.1
tldextract>=3.1.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="pycoornet",
version="0.2.4",
version="0.2.5",
description="Using Python Given a set of URLs, this packages detects coordinated link sharing behavior on social media and outputs the network of entities that performed such behaviour.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -37,7 +37,7 @@
test_suite="tests",
install_requires=[
'pandas>=1.0.5',
'PyCrowdTangle>=0.4.0',
'PyCrowdTangle>=0.5.0',
'tqdm>=4.47.0',
'networkx>=2.4',
'python-louvain>=0.14',
Expand Down

0 comments on commit 0bc7e94

Please sign in to comment.