Skip to content

Commit

Permalink
Fixed naruno requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Aug 2, 2023
1 parent 473b165 commit da033d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
package_dir={'':'src'},
install_requires=[
"fire==0.5.0",
"naruno_remote_app==0.59.0"
"naruno_remote_app",
"naruno"
],
entry_points = {
'console_scripts': ['aps=address_ping_system.address_ping_system:main'],
Expand Down

0 comments on commit da033d9

Please sign in to comment.