damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
https://damnever.github.io/pigar/
BSD 3-Clause "New" or "Revised" License
1.64k stars 90 forks source link

updating database may insert duplicate records #119

Closed damnever closed 1 year ago

damnever commented 1 year ago

Fix this to implement incremental update, incremental update may require pigar to store the distribution version as well.

The updating process may be still slow, so I am thinking of a version of the remote database for fast updating.