Skip to content

Commit

Permalink
refract: replace pdm with rye
Browse files Browse the repository at this point in the history
  • Loading branch information
Bye-lemon committed Nov 27, 2023
1 parent 9bb3a32 commit f87f27c
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 0 deletions.
61 changes: 61 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false

-e file:.
arxiv==2.0.0
asttokens==2.4.1
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
colorama==0.4.6
comm==0.2.0
cryptography==41.0.5
debugpy==1.8.0
decorator==5.1.1
dill==0.3.7
exceptiongroup==1.2.0
executing==2.0.1
feedparser==6.0.10
idna==3.6
ipykernel==6.26.0
ipython==8.18.1
jedi==0.19.1
jinja2==3.1.2
jupyter-client==8.6.0
jupyter-core==5.5.0
lxml==4.9.3
markupsafe==2.1.3
matplotlib-inline==0.1.6
multiprocess==0.70.15
nest-asyncio==1.5.8
packaging==23.2
parso==0.8.3
pathos==0.3.1
platformdirs==4.0.0
pox==0.3.3
ppft==1.7.6.7
prompt-toolkit==3.0.41
psutil==5.9.6
pure-eval==0.2.2
pycparser==2.21
pyexecjs==1.5.1
pygments==2.17.2
python-dateutil==2.8.2
pywin32==306
pyzmq==25.1.1
requests==2.31.0
sgmllib3k==1.0.0
six==1.16.0
stack-data==0.6.3
tomli==2.0.1
tornado==6.3.3
tqdm==4.66.1
traitlets==5.13.0
translators==5.8.9
urllib3==2.1.0
wcwidth==0.2.12
61 changes: 61 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false

-e file:.
arxiv==2.0.0
asttokens==2.4.1
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
colorama==0.4.6
comm==0.2.0
cryptography==41.0.5
debugpy==1.8.0
decorator==5.1.1
dill==0.3.7
exceptiongroup==1.2.0
executing==2.0.1
feedparser==6.0.10
idna==3.6
ipykernel==6.26.0
ipython==8.18.1
jedi==0.19.1
jinja2==3.1.2
jupyter-client==8.6.0
jupyter-core==5.5.0
lxml==4.9.3
markupsafe==2.1.3
matplotlib-inline==0.1.6
multiprocess==0.70.15
nest-asyncio==1.5.8
packaging==23.2
parso==0.8.3
pathos==0.3.1
platformdirs==4.0.0
pox==0.3.3
ppft==1.7.6.7
prompt-toolkit==3.0.41
psutil==5.9.6
pure-eval==0.2.2
pycparser==2.21
pyexecjs==1.5.1
pygments==2.17.2
python-dateutil==2.8.2
pywin32==306
pyzmq==25.1.1
requests==2.31.0
sgmllib3k==1.0.0
six==1.16.0
stack-data==0.6.3
tomli==2.0.1
tornado==6.3.3
tqdm==4.66.1
traitlets==5.13.0
translators==5.8.9
urllib3==2.1.0
wcwidth==0.2.12

0 comments on commit f87f27c

Please sign in to comment.