Skip to content

Commit

Permalink
Switching back to pip freeze
Browse files Browse the repository at this point in the history
Looks like there are issues with pipreqs
  • Loading branch information
DavidLemayian committed May 7, 2018
1 parent c5eb90d commit 8373fc6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 10 deletions.
44 changes: 37 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
Werkzeug==0.12.2
setuptools==36.5.0
Flask==0.12.2
astroid==1.6.3
backports.functools-lru-cache==1.5
beautifulsoup4==4.6.0
bs4==0.0.1
certifi==2017.7.27.1
chardet==3.0.4
click==6.7
configparser==3.5.0
docopt==0.6.2
elasticsearch==6.2.0
emoji==0.5.0
python_memcached==1.59
nested_lookup==0.1.5
Requests==2.18.4
requests_aws4auth==0.9
enum34==1.1.6
Flask==0.12.2
futures==3.2.0
gunicorn==19.7.1
idna==2.6
isort==4.3.4
itsdangerous==0.24
Jinja2==2.9.6
lazy-object-proxy==1.3.1
MarkupSafe==1.0
mccabe==0.6.1
nested-lookup==0.1.5
pipreqs==0.4.9
prompt-toolkit==1.0.15
PyJWT==1.5.3
pylint==1.8.4
python-memcached==1.59
pytz==2017.2
requests==2.18.4
requests-aws4auth==0.9
simplejson==3.14.0
singledispatch==3.4.0.3
six==1.11.0
telegram==0.0.1
twilio==6.6.3
urllib3==1.22
wcwidth==0.1.7
Werkzeug==0.12.2
wit==5.1.0
wrapt==1.10.11
yarg==0.1.9
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

setup(
name='healthtools',
version='0.0.2',
version='0.0.3',
keywords='healthtools',
author='Code for Africa',
author_email='support@codeforafrica.org',
url='https://healthtools.readthedocs.io/',
url='https://github.com/CodeForAfricaLabs/HealthTools.API',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'test']),
include_package_data=True,
Expand All @@ -15,6 +15,8 @@
'requests',
'bs4',
'elasticsearch',
'requests_aws4auth'
'requests_aws4auth',
'gunicorn',
'wit'
],
)

0 comments on commit 8373fc6

Please sign in to comment.