Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from automationator/master
Browse files Browse the repository at this point in the history
Removes critsapi since it isn't a PyPI package
  • Loading branch information
automationator authored Aug 20, 2018
2 parents 3d5edcd + c599cbb commit 2d5701e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.2',
version='0.1.3',

description='Library that interacts with CRITS to build an indicator whitelist system.',
long_description=long_description,
Expand Down Expand Up @@ -76,7 +76,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['critsapi', 'urlfinderlib'],
install_requires=['urlfinderlib'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 2d5701e

Please sign in to comment.