From b9048eabb24b5663d54334f0f9a64b1e12651470 Mon Sep 17 00:00:00 2001 From: Daniel Frees Date: Sun, 3 Sep 2023 17:40:50 -0700 Subject: [PATCH] setup fixes --- requirements.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1eb21a7..26766e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ requests-html>=0.10.0 sqlalchemy>=1.4.39 beautifulsoup4>=4.11 html5lib>=1.1 -jinja2 \ No newline at end of file +jinja2 +python-dotenv \ No newline at end of file diff --git a/setup.py b/setup.py index 00392e6..d727221 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def _read_reqs(relpath): setup( name='scrapemed', version='0.0.9', - description='ScrapeMed: Beautiful Data Scraping for PubMed Central.', + description='ScrapeMed: Pythonic Data Scraping for PubMed Central.', author='Daniel Frees', author_email='danielfrees@g.ucla.edu', url='https://github.com/mediboard/nlp/scrapemed',