mirror of
https://codeberg.org/Yael-II/ArXtic.git
synced 2026-03-14 22:06:27 +01:00
2025-10-09: Manual update
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
## Directories
|
||||
VENV_DIR="./venv/"
|
||||
DB_DIR="./db/"
|
||||
PDF_DIR="../Bibliography/"
|
||||
FILTERS_DIR="./cfg/filters/"
|
||||
|
||||
## API Keys
|
||||
@@ -41,4 +42,5 @@ ADSABS_API_KEY="$(cat cfg/adsabs.secret)"
|
||||
ARXIV_QUERY_URL="https://export.arxiv.org/api/query?"
|
||||
ARXIV_RSS_URL="https://rss.arxiv.org/atom/astro-ph"
|
||||
|
||||
ADSABS_QUERY_URL="https://api.adsabs.harvard.edu/v1/search/query?q="
|
||||
ADSABS_QUERY_URL="https://api.adsabs.harvard.edu/v1/search/query?"
|
||||
ADSABS_EXPORT_URL="https://api.adsabs.harvard.edu/v1/export/bibtexabs/"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
bibtexparser==2.0.0b8
|
||||
certifi==2025.10.5
|
||||
charset-normalizer==3.4.3
|
||||
feedparser==6.0.12
|
||||
idna==3.10
|
||||
numpy==2.3.3
|
||||
pylatexenc==3.0a33
|
||||
requests==2.32.5
|
||||
sgmllib3k==1.0.0
|
||||
urllib3==2.5.0
|
||||
|
||||
Reference in New Issue
Block a user