Skip to content

Commit

Permalink
adapted project to use pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancrneto committed May 26, 2024
1 parent 2b81463 commit 730c1f7
Showing 1 changed file with 65 additions and 65 deletions.
130 changes: 65 additions & 65 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
# This file is @generated by PDM.
# Please do not edit it manually.

arrow==1.3.0
asgiref==3.8.1
asttokens==2.4.1; python_version > "3.6"
attrs==23.2.0
beautifulsoup4==4.12.3
cachetools==5.3.3
certifi==2024.2.2
charset-normalizer==3.3.2
colorama==0.4.6; sys_platform == "win32"
coverage==7.5.0
decorator==5.1.1; python_version > "3.6"
django==5.0.4
djangorestframework==3.15.1
dynaconf==3.2.5
exceptiongroup==1.2.1; python_version < "3.11"
executing==2.0.1; python_version > "3.6"
google-api-core==2.19.0
google-api-python-client==2.127.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
googleapis-common-protos==1.63.0
httplib2==0.22.0
idna==3.7
iniconfig==2.0.0
ipdb==0.13.13
ipython==8.24.0; python_version > "3.6"
jedi==0.19.1; python_version > "3.6"
matplotlib-inline==0.1.7; python_version > "3.6"
oauth2client==4.1.3
oauthlib==3.2.2
packaging==24.0
parso==0.8.4; python_version > "3.6"
pexpect==4.9.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version > "3.6"
pluggy==1.5.0
prompt-toolkit==3.0.43; python_version > "3.6"
proto-plus==1.23.0
protobuf==4.25.3
ptyprocess==0.7.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version > "3.6"
pure-eval==0.2.2; python_version > "3.6"
pyasn1==0.6.0
pyasn1-modules==0.4.0
pygments==2.17.2; python_version > "3.6"
pyparsing==3.1.2; python_version > "3.0"
pytest==8.2.0
pytest-django==4.8.0
python-dateutil==2.9.0.post0
requests==2.31.0
requests-oauthlib==2.0.0
rsa==4.9
six==1.16.0
soupsieve==2.5
sqlparse==0.5.0
stack-data==0.6.3; python_version > "3.6"
tomli==2.0.1; python_version < "3.11"
traitlets==5.14.3; python_version > "3.6"
types-python-dateutil==2.9.0.20240316
typing-extensions==4.11.0; python_version < "3.12"
tzdata==2024.1; sys_platform == "win32"
uritemplate==4.1.1
urllib3==2.2.1
wcwidth==0.2.13; python_version > "3.6"
# This file is @generated by PDM.
# Please do not edit it manually.

arrow==1.3.0
asgiref==3.8.1
asttokens==2.4.1; python_version > "3.6"
attrs==23.2.0
beautifulsoup4==4.12.3
cachetools==5.3.3
certifi==2024.2.2
charset-normalizer==3.3.2
colorama==0.4.6; sys_platform == "win32"
coverage==7.5.0
decorator==5.1.1; python_version > "3.6"
django==5.0.4
djangorestframework==3.15.1
dynaconf==3.2.5
exceptiongroup==1.2.1; python_version < "3.11"
executing==2.0.1; python_version > "3.6"
google-api-core==2.19.0
google-api-python-client==2.127.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
googleapis-common-protos==1.63.0
httplib2==0.22.0
idna==3.7
iniconfig==2.0.0
ipdb==0.13.13
ipython==8.24.0; python_version > "3.6"
jedi==0.19.1; python_version > "3.6"
matplotlib-inline==0.1.7; python_version > "3.6"
oauth2client==4.1.3
oauthlib==3.2.2
packaging==24.0
parso==0.8.4; python_version > "3.6"
pexpect==4.9.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version > "3.6"
pluggy==1.5.0
prompt-toolkit==3.0.43; python_version > "3.6"
proto-plus==1.23.0
protobuf==4.25.3
ptyprocess==0.7.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version > "3.6"
pure-eval==0.2.2; python_version > "3.6"
pyasn1==0.6.0
pyasn1-modules==0.4.0
pygments==2.17.2; python_version > "3.6"
pyparsing==3.1.2; python_version > "3.0"
pytest==8.2.0
pytest-django==4.8.0
python-dateutil==2.9.0.post0
requests==2.31.0
requests-oauthlib==2.0.0
rsa==4.9
six==1.16.0
soupsieve==2.5
sqlparse==0.5.0
stack-data==0.6.3; python_version > "3.6"
tomli==2.0.1; python_version < "3.11"
traitlets==5.14.3; python_version > "3.6"
types-python-dateutil==2.9.0.20240316
typing-extensions==4.11.0; python_version < "3.12"
tzdata==2024.1; sys_platform == "win32"
uritemplate==4.1.1
urllib3==2.2.1
wcwidth==0.2.13; python_version > "3.6"

0 comments on commit 730c1f7

Please sign in to comment.