readchina / ReadActor

A repository which contains scripts to verify authenticity of named entities in ReadAct
MIT License
2 stars 3 forks source link

Update version and requires in setup.py #84

Closed whalekeykeeper closed 1 year ago

whalekeykeeper commented 1 year ago

Two fixes:

  1. Update version so that the earlier PR #83 can pass CI.
  2. Add pandas and requests into setup.py. In theory, with this we can remove pandas from pip install ReadActor pandas and remove pip install -r requirements.txt. But we might need to specify the version in setup.py and also test it.