unitedstates / congressional-record

A parser for the Congressional Record.
Other
128 stars 40 forks source link

requirements.txt typo? #46

Closed mhkeller closed 2 years ago

mhkeller commented 2 years ago

The current requirements.txt file just contains -e .

mhkeller commented 2 years ago

This is the most recent file as of https://github.com/unitedstates/congressional-record/blob/e33497ac3961a5c8b199b097baea60151484be73/requirements.txt

beautifulsoup4>=4.4.0
lxml>=3.4.4
numpy>=1.9.2
psycopg2>=2.6.1
pyelasticsearch>=1.4
PyYAML>=3.11
urllib3[secure]>1.15
requests>=2.7.0
SQLAlchemy>=1.0.8
unicodecsv>=0.13.0
mhkeller commented 2 years ago

Or i guess it's specified here now? I am not that up to date on python practices https://github.com/unitedstates/congressional-record/blob/master/setup.py#L15