Skip to content

Commit

Permalink
Move hypothesis to top level requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jak574 committed Feb 7, 2024
1 parent 66526af commit 2b627cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
1 change: 0 additions & 1 deletion python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ astropy
cachetools
email-validator
fastapi
hypothesis
mangum
requests
sgp4
Expand Down
20 changes: 3 additions & 17 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
Expand All @@ -17,9 +17,7 @@ astropy==6.0.0
astropy-iers-data==0.2024.2.5.0.30.52
# via astropy
attrs==23.2.0
# via
# hypothesis
# rush
# via rush
cachetools==5.3.2
# via -r requirements.in
certifi==2023.11.17
Expand All @@ -39,10 +37,6 @@ ecdsa==0.18.0
# via python-jose
email-validator==2.1.0.post1
# via -r requirements.in
exceptiongroup==1.2.0
# via
# anyio
# hypothesis
fastapi==0.109.2
# via -r requirements.in
h11==0.14.0
Expand All @@ -51,8 +45,6 @@ httpcore==1.0.2
# via httpx
httpx==0.26.0
# via spacetrack
hypothesis==6.98.2
# via -r requirements.in
idna==3.6
# via
# anyio
Expand Down Expand Up @@ -81,8 +73,6 @@ pydantic-core==2.14.5
# via pydantic
pyerfa==2.0.1.1
# via astropy
python-dateutil==2.8.2
# via spacetrack
python-jose==3.3.0
# via architect-functions
pyyaml==6.0.1
Expand All @@ -100,16 +90,12 @@ sgp4==2.23
simplejson==3.19.2
# via architect-functions
six==1.16.0
# via
# ecdsa
# python-dateutil
# via ecdsa
sniffio==1.3.0
# via
# anyio
# httpx
# spacetrack
sortedcontainers==2.4.0
# via hypothesis
spacetrack==1.2.0
# via -r requirements.in
starlette==0.36.3
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
boto3
mypy
ruff
hypothesis
pytest
types-requests
types-cachetools
Expand Down

0 comments on commit 2b627cb

Please sign in to comment.