Skip to content

Commit

Permalink
fix a dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
numb95 committed Feb 16, 2019
1 parent cafc812 commit 221f252
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
17 changes: 17 additions & 0 deletions requirements-develop.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
astroid==2.1.0
beautifulsoup4==4.7.1
bs4==0.0.1
certifi==2018.11.29
chardet==3.0.4
idna==2.8
isort==4.3.4
lazy-object-proxy==1.3.1
mccabe==0.6.1
pkg-resources==0.0.0
pylint==2.2.2
requests==2.21.0
six==1.12.0
soupsieve==1.7.3
typed-ast==1.3.1
urllib3==1.24.1
wrapt==1.11.1
9 changes: 0 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
astroid==2.1.0
beautifulsoup4==4.7.1
bs4==0.0.1
certifi==2018.11.29
chardet==3.0.4
idna==2.8
isort==4.3.4
lazy-object-proxy==1.3.1
mccabe==0.6.1
pkg-resources==0.0.0
pylint==2.2.2
requests==2.21.0
six==1.12.0
soupsieve==1.7.3
typed-ast==1.3.1
urllib3==1.24.1
wrapt==1.11.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

setuptools.setup(
name="is_wordpress",
version="0.0.1",
version="0.0.2",
author="AmirHossein Goodarzi",
author_email="amir@goodarzi.net",
description="A simple (or useless) Program to check if a website is based on wordpress or not and if it's on wordpress which version does it use.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/numb95/is_wordpress",
download_url='https://github.com/numb95/is_wordpress/archive/0.0.1.tar.gz',
download_url='https://github.com/numb95/is_wordpress/archive/0.0.2.tar.gz',
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 221f252

Please sign in to comment.