Skip to content

Commit 4abd804

Browse files
committed
build: format requirements files
1 parent 89aa1f4 commit 4abd804

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
freezegun ==1.5.5
2-
mypy ==1.18.2
3-
pre-commit ==4.3.0
4-
pylint ==4.0.0
5-
pytest ==8.4.2
1+
freezegun==1.5.5
2+
mypy==1.18.2
3+
pre-commit==4.3.0
4+
pylint==4.0.0
65
pytest-asyncio==1.2.0
7-
pytest-cov ==7.0.0
8-
pytest-pythonhashseed ==2.0.0
9-
pytest-random-order ==1.2.0
10-
responses ==0.25.8
11-
types-requests ~=2.32.4.20250913
6+
pytest-cov==7.0.0
7+
pytest-pythonhashseed==2.0.0
8+
pytest-random-order==1.2.0
9+
pytest==8.4.2
10+
responses==0.25.8
11+
types-requests==2.32.4.20250913
1212
-r requirements.txt

requirements.txt

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
SQLAlchemy ==1.4.54
2-
attrs ==25.4.0
3-
beautifulsoup4 ==4.14.2
4-
cleverwrap == 0.3.0.2
5-
feedparser ==6.0.12
6-
googlemaps == 4.10.0
7-
imgurpython == 1.1.7
8-
isodate ==0.7.2
9-
lxml ==6.0.2
10-
mcstatus ==12.0.5
11-
multidict ==6.7.0
12-
nltk == 3.9.2
13-
psutil ==7.1.0
14-
pydantic[email] ==2.12.1
15-
pydantic-extra-types ==2.10.6
16-
py-irclib ==0.7.0
17-
pyowm ==3.5.0
18-
requests ==2.32.5
19-
typing_extensions ==4.15.0
20-
urllib3 ==2.5.0
21-
watchdog ==6.0.0
22-
yarl ==1.22.0
1+
attrs==25.4.0
2+
beautifulsoup4==4.14.2
3+
cleverwrap==0.3.0.2
4+
feedparser==6.0.12
5+
googlemaps==4.10.0
6+
imgurpython==1.1.7
7+
isodate==0.7.2
8+
lxml==6.0.2
9+
mcstatus==12.0.5
10+
multidict==6.7.0
11+
nltk==3.9.2
12+
psutil==7.1.0
13+
py-irclib==0.7.0
14+
pydantic-extra-types==2.10.6
15+
pydantic[email]==2.12.1
16+
pyowm==3.5.0
17+
requests==2.32.5
18+
sqlalchemy==1.4.54
19+
typing_extensions==4.15.0
20+
urllib3==2.5.0
21+
watchdog==6.0.0
22+
yarl==1.22.0

0 commit comments

Comments
 (0)